react-table/examples/filtering/src
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
..
App.js refactor: improve renderer function ergonomics 2019-08-15 14:16:52 -06:00
App.test.js fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
index.css fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
index.js fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
makeData.js fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
serviceWorker.js fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00