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 f9c2dce commit 62d0649Copy full SHA for 62d0649
src/main/webapp/js/table.js
@@ -43,6 +43,7 @@ jQuery3(document).ready(function () {
43
},
44
{
45
targets: 'percentage', // All columns with the '.percentage' class in the <th>
46
+ className: 'text-end',
47
render: function (data, type, _row, _meta) {
48
if (isNaN(data)) {
49
return data;
0 commit comments