Guillaume Jasmin
Guillaume Jasmin
Is there going to be a future update for this ? Maybe an option like this: updateSuccess(item, {merge: true}) ?
Oh thanks ! Yes it's a good alternative, I will use that. However it would be very nice to have a future enhancement for batch update feature, even if it's...
It's just an example... Of course I never do this kind of code. If you need a real use case, imagine things like this (with `elf`) ```tsx export function Demo()...
Yes I will do that the next week, thanks 🙂
Hi @engPabloMartinez Thanks for your feedback ! :) I will take time to check how the sticky hook could work with react-window. Does react-window works well alone with react-table v7...
react-window and react-table-sticky seems incompatible because react-window add 2 new levels of `` that break the native scroll on the root element ``. That's why the table is broken, because...
Hi, It seems currently impossible to have a full width with native CSS. It' like the resizing example of react-table. If you let the browser define the width of cell...
`react-table-sticky` could work with any semantic markup if you have correct CSS, but `` come with predefine CSS, and I could be difficult to get the correct behaviour.
I @offirgolan, Thanks for your feedback. Yes, it could be nice to have a better api for that. I will improve it soon.
Hi, It’s seems the same issue that #27 . Min width and max width are currently hard to use because fixed columns use the internal column width to determinate the...