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
I am tinkering with you datatable component (first of all, good work!) and came across the following problem:
I am using Vuex as a central store to sync with my API which holds an array of entity objects,
In my view I pass through the array from the store as the source prop to the datatable (as computed property)
I have configured the table to be editable and I would like to get a callback / notification, each time the user finished editing a field, so I can call the appropriate actions in my store.
=> Alternatively, I would like to know, when a user started editing a row.
Any way to easily implement those notifications?
The text was updated successfully, but these errors were encountered:
I am tinkering with you datatable component (first of all, good work!) and came across the following problem:
=> Alternatively, I would like to know, when a user started editing a row.
Any way to easily implement those notifications?
The text was updated successfully, but these errors were encountered: