react-table/examples/filtering
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
..
public fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
src refactor: improve renderer function ergonomics 2019-08-15 14:16:52 -06:00
.babelrc fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
.env fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
.eslintrc fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
.gitignore fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
.rescriptsrc.js fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
package.json fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
README.md updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00
yarn.lock fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00

This project was bootstrapped with Create React App and Rescripts.

You can: