We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Function
Updates the table data with the given col index sorted. If the order is left null, the sort will be toggled between asc and desc (starting at asc)
sortCol(index: number, order = null): void //order can be 'asc', 'desc' or null
dataTable.sortCol(0)
There was an error while loading. Please reload this page.