className in columns not working
className in columns not working
sid@nomisma.in
Posts: 11Questions: 2Answers: 0
adding "dt-nowrap" to colums className is not working.
I'm using bootstrap styling.
is there a specific stylesheet we need to use?
reference page
https://datatables.net/manual/styling/classes#Cell-classes
This discussion has been closed.
Answers
The classes noted there are specific to the DataTables styling. The Bootstrap integration stylesheet doesn't has the same options (it probably should thinking about it).
You would just need to add:
to your CSS.
Allan
Thanks, i already did that.
Docs are a bit misleading. You need to correct them.
It would help if you pointed to specific lines and explained why you have a problem with them.
For example cell classes listed in the mentioned page , dont work with bootstrap styling. I'm have not tried with anyother, instead wrote my own styles.
Agreed. As I stated above, the Bootstrap style sheet should probably include those typographic classes. I've added that to my to do list.
Allan
thanks