Open mir4a opened 6 months ago
Name | Link |
---|---|
Latest commit | ede1a0517f405910c706e0977221ec0b8f6fd77e |
Latest deploy log | https://app.netlify.com/sites/react-datasheet-grid/deploys/664a0f293e64900008787685 |
@nick-keller Can this get reviewed and merged please, this has been open for 2 months
This PR adds possibility to resize columns with with two callbacks: for tracking resize (dragging) and resize end useful for storing which columns were resized. Stored values then can be passed as a property so that after reloading the page the table will restore touched column widths.
What is done:
If you would like to test it out right away, you can try my fork published on npm:
npm i @mir4a/react-datasheet-grid@4.12.0-alpha.15 --save-exact
.