We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dca49 commit 8a01e36Copy full SHA for 8a01e36
src/table/table-model.class.ts
@@ -548,7 +548,7 @@ export class TableModel implements PaginationModel {
548
* cycle through the three sort states
549
* @param index
550
*/
551
- cycleSortState(index: number){
+ cycleSortState(index: number) {
552
// no sort provided so do the simple sort
553
switch (this.header[index].sortDirection) {
554
case "ASCENDING":
0 commit comments