How to use css classes for DataTables Editor?

How to use css classes for DataTables Editor?

cchintall83cchintall83 Posts: 36Questions: 11Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: Using the css selectors is not consistent from table to table. I have styled a generated DataTable editor using the class selector as displayed in the web browser web developer tools, i.e. .odd, .even. page-link, .dataTables_info, .dataTables_filter, etc. When I applied the same css to another generated table using the same MySQL table it did not produce the same styled table. In fact, many of the classes applied did not affect the resulting html table.

Answers

Sign In or Register to comment.