Hi, I have handsontable in an angular 6 application, and notice that some options don’t seem to be available via the wrapper
For example, in Angular JS you can call gridInstance.sortingEnabled and gridInstance.sortColumn to resolve the physical index for a row in a of a sorted grid
Is there some way to do this in Angular 6?
I’m having the same problem as outlined and resolved in this issue for AngularJS: https://github.com/handsontable/handsontable/issues/2417
Thanks