react-table/src/plugin-hooks/tests
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
..
__snapshots__ fix(use-pagination): fixed use pagination pageIndex bug 2019-08-15 09:55:22 -06:00
useExpanded.test.js fix(use-pagination): fixed use pagination pageIndex bug 2019-08-15 09:55:22 -06:00
useFilters.test.js refactor: improve renderer function ergonomics 2019-08-15 14:16:52 -06:00
useGroupBy.test.js refactor: improve renderer function ergonomics 2019-08-15 14:16:52 -06:00
usePagination.test.js fix(use-pagination): fixed use pagination pageIndex bug 2019-08-15 09:55:22 -06:00
useRowSelect.test.js fix(use-pagination): fixed use pagination pageIndex bug 2019-08-15 09:55:22 -06:00
useSortBy.test.js refactor: improve renderer function ergonomics 2019-08-15 14:16:52 -06:00