How to Update a DataTable Record
-
How can I do to change an object listed in the DataTable?
I’m trying like this:
I have the table
after editing the object I run the list and change to the new value
but this does not make the value change immediately, I need to change the pagination in the table and go back before the value changes.
Edit1:
Conforme indicado por: @aleks86dev#8670That worked
-
Example: https://ibb.co/doijGp
-
Hi Denis,
Check this out. Not sure it will fit your use case, but maybe it might give you something to work with.
https://jsfiddle.net/smolinari/n4Lo5zaj/
Scott
-
It worked, had to change to the method:
https://vuejs.org/v2/guide/reactivity.html -
Did you check my example?
Scott