Datatable should emit the restored multiSortMeta on a reload #6325
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
When sorting in a stateful grid, it stores it in localstorage, but on a reload of the page or component, this state get's re-added to the internal component value but not emitted by the multiSortMeta model state. This should be added one way or another.
primevue/packages/primevue/src/datatable/DataTable.vue
Lines 1743 to 1745 in dcd66c1
We use a temp fix like this:
The text was updated successfully, but these errors were encountered: