glide-data-grid
glide-data-grid copied to clipboard
🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
Feature Request `scrollTo` method does not have a way to move to an exact (Top, Left) location (cell). Could `scrollTo` move to the cell at the top left corner of...
We recently started adding copy, paste and fill support for our grid, which has been amazingly easy to do. Great work! There are a few minor issues around the `fillHandle`...
It would be great to expose a way to customize the `copyToClipboard` function. In our case we'd like to be able to include the column titles as the first row,...
This isn't something I need right now since I've hacked around it, but filing as a nice to have. It would be nice if the search box was more customizable....
This adds a storybook example of an expandable nested tree by implementing a custom cell renderer, shifting text based on depth, and filtering out the children of collapsed items. https://user-images.githubusercontent.com/94077014/171967390-19d2047f-70e7-4dff-b818-4a73d146324d.mp4
In #150 @ivoelbert added support to pass in padding to the `scrollTo` which is useful, however I need this to happen when `appendRow` is called as well. In my fork...
Is it possible to download the raw data thats in the table to an excel file/csv? Thank you!
It would be nice to be able to display some hierarchical data like a file/folder structure. Something similar to what AG-Grid is doing here: https://www.ag-grid.com/javascript-data-grid/server-side-model-tree-data/ Data hierarchy is represented like...
Currently, I need to add new rows and only then I can paste into them. Is there any way to add new rows automatically on Paste?
The current reordering support is very useful, but quite limiting in terms of customizability. In its current state, draggability can only be controlled by defining `onRowMoved` and `onColumnMoved`, at which...