1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-02 14:24:11 +01:00
DataTables/examples/resources/syntax
Allan Jardine 63beec6486 Fix: DataTables/DataTables #281 - Invalidated DOM rows and hidden columns
- When invalidating a DOM row, DataTables wasn't taking into account the
  fact that the columns in the row might be hidden. This means that the
  array of data read is shortened by the number of hidden columns, and
  thus the data is corrupted.

- Fix is to read from the known cells if the row already exists
2014-04-02 14:21:46 +01:00
..
shCore.css Update: Improved responsivness for examples CSS 2014-03-14 12:32:46 +00:00
shCore.js Fix: DataTables/DataTables #281 - Invalidated DOM rows and hidden columns 2014-04-02 14:21:46 +01:00
Syntax Highlighter license New - examples: Examples updated and restyled for DataTables 1.10 2013-10-16 12:13:30 +01:00