Hello Handsontable Team,
I am trying to evaluate this library for my react app.
My usecase involves a non-table visualization and a table visualization of the same data.
ie, selecting a row in table -> selects the row on the other side and vice versa
I also need validations, error indication, custom formulas, filters etc.
I have been able to create this code demo
https://codesandbox.io/p/devbox/mystifying-panna-86ggyk
However, I am facing some issues
-
If validation fails, Im unable to get consistent visual feedback, I see cellMeta gets reset. I sometimes see the red border but it goes away as soon as I perform any other operation, as simple as selecting another row.
-
Im unable to use multi select functionality for non-adjacent rows. Is this due to my state update logic, but the selected rows are able to display correctly, why are the table cells not
And some questions
-
I have found that the complete table cells re-render at every change even with react wrapper, is that so, how is that beneficial in react
-
You are launching a new react-wrapper by end of the year, if you could mention some main supporting features, it will help us make a decision
Thank you