I have a use case where the user sorts a column to find the data they need to work on. An example would be looking at order quantities. They sort to get all the zeroes at the top and then work on them. As the quantity field is changed the data automatically re-sorts on the fly. Is it possible to sort once and then stop from sorting again until they click on the header again?
Okay, it looks like I created the issue myself somehow. I checked the online examples and noticed they functioned the way I wanted them to. I switched to just using handsontable (I was using the vue wrapper) and now it works. Sorry for the trouble.