Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with Vuex #20

Open
FroeMic opened this issue May 15, 2017 · 0 comments
Open

Integrate with Vuex #20

FroeMic opened this issue May 15, 2017 · 0 comments
Assignees
Labels

Comments

@FroeMic
Copy link

FroeMic commented May 15, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants