Skip to content

Commit 3d2346e

Browse files
committed
Pull table header right alignment down to all column cells.
1 parent b68f1a6 commit 3d2346e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/webapp/js/table.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jQuery3(document).ready(function () {
2020
targets: 'nosort', // All columns with the '.nosort' class in the <th>
2121
orderable: false
2222
},
23+
{
24+
targets: 'text-right', // All columns with the '.text-right' class in the <th>
25+
className: 'text-right'
26+
},
2327
{
2428
targets: 'date', // All columns with the '.date' class in the <th>
2529
render: function (data, type, _row, _meta) {

0 commit comments

Comments
 (0)