1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-03 15:24:10 +01:00
DataTables/media/src
Allan Jardine 623b24329a New: New cell based API methods
- New API methods:
  - cells( rowSelector, columnSelector, opts ) - Cell selector
  - cells( ... ).nodes() - Get the nodes for the selected cells
  - cells( ... ).data() - Get the data for the selected cells
  - cell( rowSelector, columnSelector, opts ) - Single cell selector
  - cell( ... ).node() - Get the cell node
  - cell( ... ).data() - Get the cell data

- There was a bug in `_selector_first` whereby it wasn't correctly
  reducing the set - was gatting away with it before, because it was
  reducing to a single element array, which has a toString() method
  which allowed it to appear to work for integers.
2013-05-18 18:56:04 +01:00
..
api New: New cell based API methods 2013-05-18 18:56:04 +01:00
core New: Invalidation and data set methods. 2013-05-18 11:49:48 +01:00
ext Internal: Filtering invalidation 2013-05-17 12:00:19 +01:00
model New: Invalidation and data set methods. 2013-05-18 11:49:48 +01:00
DataTables.js New: New cell based API methods 2013-05-18 18:56:04 +01:00