jrowen / rhandsontable

A htmlwidgets implementation of Handsontable.js
http://jrowen.github.io/rhandsontable/
Other
380 stars 147 forks source link

Prevent auto arranging rows while editing with column sorting enabled #423

Open divyarama97 opened 1 year ago

divyarama97 commented 1 year ago

In my output table, I wish to sort the table based on the values in a specific column and then edit these values. However, due to the sorting, the values are updated immediately and rearranged. Is there a way to pause the sort while the table is being edited?