reactgrid
reactgrid copied to clipboard
Add spreadsheet-like behavior to your React app
**Current behavior** current version not displayed on website **Expected behavior** current version visible on website
Issue https://github.com/silevis/reactgrid/issues/387
I'm trying to do a simple test filling a text cell with [React Testing Library](https://testing-library.com/docs/) but [actions](https://testing-library.com/docs/user-event/intro#writing-tests-with-userevent) doesn't seem to affect the table. ``` javascript const textCell = screen.getByText('Text Cell...
I am trying to implement a change when a dropdown cell gets populated with the fillHandle. **Current behavior** The onCellsChanged event is not getting triggered **Expected behavior** The onCellsChanged event...
In our usage of the React grid component, when we edit a cell, we do not want the cell to remain in CSS `fixed` styling. I've added a `disableFixedEditCells` which...
**Describe the bug** The first demo I am introduced to as a potential user of this library is your budgeting demo, but it does not appear to be functioning correctly...
**Describe the bug** The context menu stays visible after I right-click on a table then navigates away and back. This strange behavior is also found in live demos and examples...
I have dropdown columns where I have value as some specific code and label where user friendly string is displayed. When I copy rows with dropdown columns specific values are...
**Describe the bug** I'm not sure if this is a bug or intended, but if I cut a dropdown cell, it doesn't clear the cell. **Current behavior** Cut (cmd/ctrl-x) on...