You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to override the cell layout as described in the docs by naming the css file react_spreadsheet_grid_overrides.css.
Using it in an serverside react app we did not get our custom css working without using !important
We tried to override the cell layout as described in the docs by naming the css file
react_spreadsheet_grid_overrides.css
.Using it in an serverside react app we did not get our custom css working without using
!important
react-spreadsheet-grid
version: ^2.0.0React
version: ^16.12.0Operating System
: anyRelevant code or config
_app.js
index.js
SheetExample2.jsx
react_spreadsheet_grid_overrides.css
package.json
The changes in our css were not applied until we used
!important
after every css property.The text was updated successfully, but these errors were encountered: