mirror of
https://github.com/gosticks/react-table.git
synced 2026-02-15 05:02:46 +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
|
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .babelrc | ||
| .env | ||
| .eslintrc | ||
| .gitignore | ||
| .rescriptsrc.js | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
This project was bootstrapped with Create React App and Rescripts.
You can:
- Open this example in a new CodeSandbox
yarnandyarn startto run and edit the example