Hi.
Is any possibility to add own classes to elements generated by dataTables. Of course i can use addClass() but it isn't elegant solution. Here is link named "custom classes" but i cant find anything about it.
Thanks for help
This is a list of all the classes that DataTables uses and you can modify them using $.fn.dataTable.ext.classes. Unfortunately they aren't well documented at the moment - that is something that will change in future. Is there a specific element you want to change the class of?
Answers
This is a list of all the classes that DataTables uses and you can modify them using
$.fn.dataTable.ext.classes
. Unfortunately they aren't well documented at the moment - that is something that will change in future. Is there a specific element you want to change the class of?Allan
Most i wanna add class to span element in pagination. Is exists that possibility?
Use the
sPageButton
property.Allan
Thank you