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 a9ef243 commit a56935aCopy full SHA for a56935a
src/main/webapp/js/table.js
@@ -129,7 +129,8 @@ jQuery3(document).ready(function () {
129
const order = [orderBy, orderDirection];
130
try {
131
dataTable.order(order).draw();
132
- } catch (ignore) { // TODO: find a way to determine the number of columns here
+ }
133
+ catch (ignore) { // TODO: find a way to determine the number of columns here
134
dataTable.order([[1, 'asc']]).draw();
135
}
136
0 commit comments