Hi,
We are currently migrating to Handsontable angular wrapper version 11.1.0.
The following was working in previous version (6.0.1):
this.hotRegisterer.getInstance(this.id).getPlugin(‘columnSorting’).clearSort();
But in 11.1.0 it throws the following error stack trace:
ERROR TypeError: Cannot read properties of null (reading ‘getSortStates’)
at ColumnSorting.getSortConfig (columnSorting.mjs:383:1)
at ColumnSorting.sort (columnSorting.mjs:316:1)
at ColumnSorting.clearSort (columnSorting.mjs:354:1)
Please let us know.
Thanks