reactgrid
reactgrid copied to clipboard
Add spreadsheet-like behavior to your React app
**Bug description:** Newly focused cell wont be fully visible (may be covered by sticky pane) if focused moved in direction different than cell spans to/from. 
What I need is to set selection of the whole row from the right click context menu but I don't see any function to set selection with passing arguments like...
Hi is it possible to add an event listener to get the event before an autofill. the event should give the properties of the selected cell or cells and the...
**Describe the bug** Like Microsoft Excel, clicking automatically adjusts the column width, allowing users to see the full content **Screenshots or gifs**  **Your environment details** - Device: [e.g.desktop] -...
**Expected behavior** Would it be possible to implement an option to provide a custom react component for onContextMenu handler which would then be rendered when contextual menu is invoked instead...
Hello, appreciate the great effort, I have one implementation question, is it possible to achieve column grouping? If yes can you provide me a minor example Something like this ...
**Describe the bug** In Number Cells which have a Intl format, although the output is properly formatted and displayed in the cell, you cannot type in the cell as if...
**Describe the bug** I'm using sass in a Next.js React project. I'm unable to import the react-grid scss into my scss file. ```/** styles.module.scss */ $primary-color: #fff !default; @import '@silevis/reactgrid/styles.csss';...
Situation: I have a custom dropdown component that only renders a dropdown after the cell is in edit mode. This is done because loading the stock dropdown on all cells...