vuetable-2 icon indicating copy to clipboard operation
vuetable-2 copied to clipboard

Editable cells flow

Open CrashLaker opened this issue 4 years ago • 1 comments

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:

  1. Save button will trigger server side update
  2. 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
  3. 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?

CrashLaker avatar Jun 03 '20 16:06 CrashLaker

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 :)

CrashLaker avatar Jun 03 '20 17:06 CrashLaker