1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-04 16:24:11 +01:00
DataTables/media/src/api
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._selectors.js New: New cell based API methods 2013-05-18 18:56:04 +01:00
api.ajax.js New - rows().cells(), columns.cells() API methods. 2013-04-28 08:53:05 +01:00
api.base.js New: New cell based API methods 2013-05-18 18:56:04 +01:00
api.cells.js New: New cell based API methods 2013-05-18 18:56:04 +01:00
api.columns.js New: child row API methods for showing / hiding child rows 2013-05-07 17:56:07 +01:00
api.core.js New: destroy() method for the new API 2013-05-15 11:34:40 +01:00
api.draw.js New - rows().cells(), columns.cells() API methods. 2013-04-28 08:53:05 +01:00
api.internal.js Internal: Filtering invalidation 2013-05-17 12:00:19 +01:00
api.methods.js Internal - Refactor 2013-04-21 20:02:23 +01:00
api.order.js New: columns().order() method for the new API 2013-05-15 12:02:57 +01:00
api.page.js New - rows().cells(), columns.cells() API methods. 2013-04-28 08:53:05 +01:00
api.row.js New: New cell based API methods 2013-05-18 18:56:04 +01:00
api.rows.js New: Invalidation and data set methods. 2013-05-18 11:49:48 +01:00
api.search.js Internal: Update the the filtering input control to update itself on filter 2013-04-29 07:58:53 +01:00
api.static.js Dev: Remove trailing white space 2013-02-17 17:59:27 +00:00
api.table.js New: table() API methods 2013-05-18 17:39:03 +01:00