mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +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.