Robert Lotter
Robert Lotter
Currently, the values for cell verticalAlign are `'start' | 'end' | 'center'` - let's rename them to `'top' | 'bottom' | 'center'`
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`
If columnSizing does not have an entry for `group-by-` cols, take the value from `` if one exists. Maybe see if we can do this for other properties, not only...
See the discussion from #11 to find out more details
We need to have a way to manage column visibility - both controlled and uncontrolled As detailed here https://github.com/infinite-table/infinite-react/discussions/15#discussioncomment-1879929 it will make things easier also in the scenario where users...