John Betancur
John Betancur
@MikeWillis I see your dilemma. I wonder though if we could add a few extra props such as `prevRow` and `nextRow` to the columns Cell callback. I would need to...
I like the idea of Skeleton loading. I'm not sure when I will have time to work on this though, but will keep it open. hint hint... I'm always open...
This "might" be a tough one to get right overall, but it would not be too hard to implement this on the head, cell, and rows. I've been quite busy...
There is already an issue open for this. https://github.com/jbetancur/react-data-table-component/issues/367 to be honest not sure when this will happen as I need to prioritize things like expand all, fixing foxed header...
Sorry, not yet. I have been a bit busy. At a glance this is a lot of work, but I will keep in on the roadmap!
No news yet. I'm focused on finishing version 7 and then 8 which will have some breaking changes. A lot of design changes need to happen before this feature can...
Can you post some code or a sample of y our data?Can you dupe this with a sandbox? https://codesandbox.io/embed/react-data-table-sandbox-ccyuu Also make sure you set a `keyField` prop if you data....
Thanks! Glad you are finding RDT useful 😄 So, it looks like you're updating `data={this.state.itemDetailList}` every time you type into a field. This will cause RDT to re-render. This is...
One final thing that may be helpful. This is a different table library 😬 but you can see here how they are handling row updates https://material-ui.com/components/tables/ I'm going to re-open...
Actually, I think this may also be a potential feature for a new `onRowUpdate` prop to make things easier