mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-04 16:24:11 +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._selectors.js | ||
api.ajax.js | ||
api.base.js | ||
api.cells.js | ||
api.columns.js | ||
api.core.js | ||
api.draw.js | ||
api.internal.js | ||
api.methods.js | ||
api.order.js | ||
api.page.js | ||
api.row.js | ||
api.rows.js | ||
api.search.js | ||
api.static.js | ||
api.table.js |