reactdatagrid
reactdatagrid copied to clipboard
Empower Your Data with the best React Data Grid there is
I've been exploring using the `disabledRows` parameter for React Data Grid. A shortcoming that requires quite a bit of additional coding to work around is when rows are sorted/reordered. It...
I tried to use the reorder functionality on the tree grid. But found out, that rows sometimes disappear after reordering Happens even with the demo in the docs on your...
- what edition are you using - community - version for `@inovua/reactdatagrid-community` 5.0.0 Relevant code or config ```javascript const dateOnlyFilter = { type: "dateOnly", operators: [ { name: "eq", fn:...
- what edition are you using - enterprise - version - 5.9.4 **What you did:** Grouping data and having sticky header rows **What happened:** After scrolling, the first sticky header...
Is there any way to insert a title on a cell content? For example: ESTABELECIMENTOS HOTELEIROS ALOJAMENTO
- what edition are you using - We are using enterprise - version for `@inovua/reactdatagrid-enterprise` - 5.8.4 Relevant code or config ```typescript ``` What you did: We implement simple grid...
I am trying to create a custom theme for our ReactDataGrid and running into an issue when trying to compile the SCSS files. **Deprecation Warning: Using / for division outside...
- what edition are you using - community / **enterprise** - version for `@inovua/reactdatagrid-community`or `@inovua/reactdatagrid-enterprise` - **^5.10.2** What you did: I've enabled dynamic row height: ``` rowHeight={null} virtualized={false} ``` What...
Using community edition version 5.10.2 with react 19.2.0 and next 13.4.19 What you did: Tried using the table component in nextjs (it have a useEffect set up so it only...
Given the following example, and focusing on using JS to style the DataGrid component: ``` ``` There is no way to override the active styles apart from supplying a class...