mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-23 15:19:50 +01:00
object - Previously to modify the class names that DataTables uses for its components you has to use $.fn.dataTable.ext.oStdClasses. Now you can use the `classes` initialisation option which will extend the classes object of the DataTable. - This fixes issue #180.