andrewcourtice / vuetiful

Vuetiful is a component framework written on top of the Vue reactive library. It is primarily designed for creating business/administration applications where the displaying of data is paramount.
MIT License
488 stars 108 forks source link

Integrate with Vuex #20

Open FroeMic opened 7 years ago

FroeMic commented 7 years ago

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?