mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-03 15:24:10 +01:00
623b24329a
- 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. |
||
---|---|---|
.. | ||
api | ||
core | ||
ext | ||
model | ||
DataTables.js |