gridjs-react icon indicating copy to clipboard operation
gridjs-react copied to clipboard

React component for Grid.js

Results 5 gridjs-react issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. **Additional context** When loading a page that contains Grid component in react (v.18) atm error is displayed...

wontfix

**Descriprion of the bug** I have a sign with a "select row" checkbox. After I click on the checkbox id of this row (which is stored in the cell with...

bug

**Describe the bug** The printout below shows an example of the documentation. In this example, pagination has the key enabled. However, there is no such property in the PaginationConfig type....

**Describe the bug** It doesn't work when adding a component with the _ function. **To Reproduce** Steps to reproduce the behavior: 1. Add the components with their columns and values....

Fixes an issue where the following code was included in the bundle: ```ts var m = require$$0; if (process.env.NODE_ENV === 'production') { createRoot = m.createRoot; m.hydrateRoot; } else { var...