1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00
DataTables/media/js
Allan Jardine 4cb532ad95 Fix: DT_RowClass wasn't being updated when modified in the data source.
- This is actually a little more complex than it might first appear
  since any classes which have been added by DT_RowClass need to be
  removed. We can't just bindly remove all classes, so we need to track
  that classes have been added in a private variable.
2013-12-28 11:12:05 +00:00
..
jquery.dataTables.js Fix: DT_RowClass wasn't being updated when modified in the data source. 2013-12-28 11:12:05 +00:00
jquery.js Update to jQuery 1.10.x 2013-06-14 09:22:16 +01:00