Edit and Sort combination support for Table #508
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I'm submitting a ...
Similar to this bug in primereact: primefaces/primereact#878
When I add a sort field to the Demo on this page: https://primefaces.org/primevue/showcase/#/datatable/edit
When editing a cell, the datatable will change the sort of the table, and cause you to edit unintended cells. The expected behavior would be to not resort the table until the editing is completed.
Also is it possible to have a reactiveSort flag on the table, that will only resort the table when clicking on the column headers? Any new entrys in the data should default to the end of the list.
The text was updated successfully, but these errors were encountered: