How to align added records fields ?
How to align added records fields ?
I have a table which has Some fields left aligned, some fields center aligned and numeric fields right aligned. When click add and saved all fields are coming left aligned only. I also have a field which is non editable and does not show-up in add button and has default value. This is center aligned but when added this also comes left aligned. Kindly help.
This discussion has been closed.
Replies
Allan
[code]
"aoColumnDefs" : [
{ "sClass": 'center', "aTargets": [ "_all" ] }
[/code]
Still added column is aligned to left side of the cell.
Allan