infinite-react icon indicating copy to clipboard operation
infinite-react copied to clipboard

The modern React DataGrid for building apps — faster

Results 23 infinite-react issues
Sort by recently updated
recently updated
newest added

**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...

Type: bug

`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 -...

Type: bug

Currently, the values for cell verticalAlign are `'start' | 'end' | 'center'` - let's rename them to `'top' | 'bottom' | 'center'`

enhancement

This needs some documentation, as it's a powerful feature.

enhancement

Make filterFunction execute after the other filters - or have a way to do it either before or after the other filters

enhancement

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...

enhancement

**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...

Type: bug

Also document `column.columnGroup` and `columnGroups.columnGroup`

needs docs

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.

enhancement