Fixes the issue with state of inputs for tables with pagination as mentioned in the README.md.
Changes description
Adds a shared object on the client that keeps track of the input value changes on the reactable. This eliminates the need for serverside state management for input.
This was a very simple edit and adds little to no overhead when rendering tables as it only records changes.
Fixes the issue with state of inputs for tables with pagination as mentioned in the
README.md
.Changes description
This was a very simple edit and adds little to no overhead when rendering tables as it only records changes.