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.
2 parents 37ee6dc + bde4493 commit 820cbedCopy full SHA for 820cbed
frontend/javascript/modules/table.js
@@ -16,7 +16,8 @@ export default class Table {
16
lengthChange: this.table.dataset.lengthChangable === 'true',
17
info: false,
18
paging: !(this.table.dataset.paginated === 'false'),
19
- pagingType: "numbers"
+ pagingType: "numbers",
20
+ order: []
21
};
22
23
// Just remove the search input from the DOM instead of disabling it
0 commit comments