Number alignment (right)
Number alignment (right)
Hello everybody. I'm experimenting with DataTables and am trying to find the best way to get text (or certain columns) aligned to the left (default) and numbers aligned to the right (again alternatively specific columns).
Any suggestions highly appreciated.
Any suggestions highly appreciated.
This discussion has been closed.
Replies
You can try this http://datatables.net/usage/callbacks#fnRowCallback
Alternatively you can assign a class on each column with a css definition that would set the alignment.
codingavenue