Row formating
Row formating

The standard DataTables output has its text centered in each column.
How do I format the text to be left justified for instance?
This discussion has been closed.
The standard DataTables output has its text centered in each column.
How do I format the text to be left justified for instance?
Answers
when you define your columns, for each column you can include a className to perform that type of css formatting.
Where center, left, and right are all class styles in your .css file