vuetable-2
vuetable-2 copied to clipboard
Editable cells flow
Hi all,
I'm trying to use this to also alter the cell's content. something like this https://jsfiddle.net/kaihendry/xLw4pg9y/
thing is.. as it's server side rendered I'm thinking on a flow like this:
- Save button will trigger server side update
- Upon a success response from the backend the next step would be to refresh the table's content by invoking the same pagination and sort parameters
- Render process would be done by the component
The main issue about this approach is that i'd be re-loading most of the same content again let alone that it would also start the table load animation.
doest anyone have any other suggestion?
the solution above would be simpler and easier but this gave me a clear view on how to solve the issues listed.
edit: this lodash is so powerful thank you for the code. learning a lot :)