Skip to content

Support secondary sorting in defaultSorting #78

@melalj

Description

@melalj

We should be able to set an array to sort a table with two columns

defaultSorting: [
  {
    key: 'status',
    mode: 'asc'
  },
  {
    key: 'name',
    mode: 'desc'
  }
]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions