Multiple Sorting
{
...
multiSorting: {
name: [
{
column: 'age',
matchDir: false
},
{
column: 'birth_date',
matchDir: true
}
]
}
...
}
Last updated