infinite-react
infinite-react copied to clipboard
The modern React DataGrid for building apps — faster
**When sorting and a master-detail is open** - the expanded content disappears - I would expect the expanded state to be tied to the row, not to the index of...
`onDataArrayChange` is not documented yet, but it's in the TS typings. Before we expose it, we should fix the following issues: - onDataArrayChange is called on the first render -...
Currently, the values for cell verticalAlign are `'start' | 'end' | 'center'` - let's rename them to `'top' | 'bottom' | 'center'`
This needs some documentation, as it's a powerful feature.
Make filterFunction execute after the other filters - or have a way to do it either before or after the other filters
For now, editors are opened on double-click. We need to support the scenario when the editor is rendered by default - eg: render a checkbox for boolean values, that's always...
**Codesandbox demo** https://codesandbox.io/s/naughty-cartwright-r1s874 **To Reproduce** Steps to reproduce the behavior (in the codesandbox above): 1. Expand a group 2. Sort the age column Since hideEmptyGroupColumns is true by default, when...
Also document `column.columnGroup` and `columnGroups.columnGroup`
Infinite Table Header is rendered over react-select dropdown. To fix this I've set the zIndex of the select component to a big number.