Skip to content

Commit 62d0649

Browse files
committed
Make percentage column right-aligned.
1 parent f9c2dce commit 62d0649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/webapp/js/table.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jQuery3(document).ready(function () {
4343
},
4444
{
4545
targets: 'percentage', // All columns with the '.percentage' class in the <th>
46+
className: 'text-end',
4647
render: function (data, type, _row, _meta) {
4748
if (isNaN(data)) {
4849
return data;

0 commit comments

Comments
 (0)