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
Can you table work with immutable data (i'm using redux)
for example
-- if i select rows, it will be added to some selected array (for example)
-- and if i fetch new array from server and push it to table
-- Will table match selected items with new array by id or some provided value? or it'll match references ?
Thank you
The text was updated successfully, but these errors were encountered:
Hello @iamisti
I had issue with another repo of material data table, and
i'm planning to migrate to yours!
(please see this issue daniel-nagy/md-data-table#483)
Can you table work with immutable data (i'm using redux)
-- if i select rows, it will be added to some
selected
array (for example)-- and if i fetch new array from server and push it to table
-- Will table match selected items with new array by
id
or some provided value? or it'll match references ?Thank you
The text was updated successfully, but these errors were encountered: