Skip to content
Advertisement

Tag: sortables

Table sorting with index assignment

I have an array of objects: I use it as a model for a buefy table and at the same time, I’m using the extension sortable.js to manually order the table rows: The table is rendered correctly, but I need to update the order parameter on each manually sorting to reflect the real order o the table. For example, I

Advertisement