reactdatagrid
reactdatagrid copied to clipboard
Empower Your Data with the best React Data Grid there is
"dependencies": { "@inovua/reactdatagrid-community": "^4.20.0", "@reduxjs/toolkit": "^1.8.3", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^14.2.1", "@types/jest": "^28.1.3", "@types/node": "^18.0.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", "antd": "^4.21.4", "date-fns": "^2.28.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-json-view": "^1.21.3",...
I have a datagrid with 170 columns. I've noticed Using control + F allows you to jump to a text in the table vertically, but not horizontally. Is there a...
- what edition are you using - community - version for `@inovua/reactdatagrid-community`or `@inovua/reactdatagrid-enterprise` - ^4.21.0 Relevant code or config ```import ReactDataGrid from "@inovua/reactdatagrid-community"; import "@inovua/reactdatagrid-community/index.css"; const Main = () =>...
i use @inovua/reactdatagrid-community how i can remove border color 
Hi there, This component looks great. I'm considering using and purchasing React Data Grid for a commercial project however have encountered a bug that would stop us below. Thanks for...
- what edition are you using - community / **enterprise** - version for `@inovua/reactdatagrid-community`or `@inovua/reactdatagrid-enterprise` - Relevant code or config ```javascript ``` What you did: ``` npm create vite react-data-grid-vite...
- What edition are you using - community - Version for `@inovua/reactdatagrid-community`: 4.19.5 **Relevant code or config:** ```javascript const cols = [ { name: 'date_submitted', header: 'Date', type: 'date', defaultFlex:...
- what edition are you using - enterprise - version for `@inovua/reactdatagrid-enterprise` - 4.1.24 Relevant code or config ``` (See screenshots) ``` What you did: Instantiated an RDG instance following...