You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When table is filtered on a specific value, let's say names that contain "A" and I edit a row and change the name to "BBB" then I expect the row not to be displayed after the row is saved since it does not fit the result set.
I guess we can achieve that behavior using the prop afterSaveCell but I think it should be built in and now it looks like a bug.
What do you think?
The text was updated successfully, but these errors were encountered:
dana2208
changed the title
Edit cell and filter
Combination of Edit cell and Filter
Feb 17, 2016
Hello,
When table is filtered on a specific value, let's say names that contain "A" and I edit a row and change the name to "BBB" then I expect the row not to be displayed after the row is saved since it does not fit the result set.
I guess we can achieve that behavior using the prop
afterSaveCell
but I think it should be built in and now it looks like a bug.What do you think?
The text was updated successfully, but these errors were encountered: