react-table/examples
tannerlinsley d9a4b6bd85 refactor: improve renderer function ergonomics
The renderer function for headers, columns, cells, aggregates, filters, etc used to mix properties
from all of those contexts, including rows. Now thow contexts are located on their own reserved
properties, eg. `Cell: ({ cell: { value}, row, column, ...instance }) => value`

BREAKING CHANGE: The renderer function for headers, columns, cells, aggregates, filters, etc used
2019-08-15 14:16:52 -06:00
..
basic fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
editable-data updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00
expanding updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00
filtering refactor: improve renderer function ergonomics 2019-08-15 14:16:52 -06:00
grouping updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00
pagination fix(use-pagination): fixed use pagination pageIndex bug 2019-08-15 09:55:22 -06:00
pagination-controlled updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00
row-selection updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00
sorting updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00
sub-components updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00