Demezhan Marikov
Demezhan Marikov
** We want to call the cleanup_observations if the scheduler is removed manually. If we were to switch schedulers in the middle of the night we need some way to...
Introduced rowGroupingMapper with type overload to make sure when itemOrRow is type of `number` it should return `RowGroupingMapperResult` and when type if `Item` it should return `RowGroupingMapperResult`
Currently if you follow quick start guide only, you won't be able to setup Glide Data Grid since it's lacks mentioning of requirement of portal, and required css to enable...
Remove pointless allocation for gridSelectionHasItem according to FIXME
Hi! Introduced `useColumnFilter` to support filtering similarly as `useColumnSort` is implemented. I have also created a Storybook example demonstrating how to use `useColumnFilter`. Currently, I am not 100% sure how...