mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
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
|
||
|---|---|---|
| .. | ||
| App.js | ||
| App.test.js | ||
| index.css | ||
| index.js | ||
| makeData.js | ||
| serviceWorker.js | ||