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 b68f1a6 commit 3d2346eCopy full SHA for 3d2346e
src/main/webapp/js/table.js
@@ -20,6 +20,10 @@ jQuery3(document).ready(function () {
20
targets: 'nosort', // All columns with the '.nosort' class in the <th>
21
orderable: false
22
},
23
+ {
24
+ targets: 'text-right', // All columns with the '.text-right' class in the <th>
25
+ className: 'text-right'
26
+ },
27
{
28
targets: 'date', // All columns with the '.date' class in the <th>
29
render: function (data, type, _row, _meta) {
0 commit comments