1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-03 15:24:10 +01:00
DataTables/media/src
Allan Jardine 8e583a51b3 New: cells() and cell() API methods now accept a cell selector and options
- For consistency and completeness, the cell() and cells() methods now
  accept their own cell selector option (rather than just rows and
  columns) which is a jQuery selector, or no selector at all for all
  cells. Additionally it allows an options object to be passed in, to
  allow configuraiton of the order of data etc.

- The cells() method now has these calling options:
  - cells() - all cells
  - cells( opts ) - option configuration
  - cells( selector ) - cell selector
  - cells( selector, opts ) - cell selector + options
  - cells( rowSelector, columnSelector ) - row + column selector
  - cells( rowSelector, columnSelector, opts ) - row + column selector +
    opttions

- The cell() method as the same signature.
2013-05-23 19:07:30 +01:00
..
api New: cells() and cell() API methods now accept a cell selector and options 2013-05-23 19:07:30 +01:00
core API: rows.add() and row.add() return a rows() (or row()) extended object 2013-05-22 12:16:19 +01:00
ext API: rows.add() and row.add() return a rows() (or row()) extended object 2013-05-22 12:16:19 +01:00
model New: Invalidation and data set methods. 2013-05-18 11:49:48 +01:00
DataTables.js API: Promote row().index() to work for plurals as well 2013-05-20 08:55:42 +01:00