Sort indicator after loadData

I initialise HOT with a set of data… sort one of the columns (the indicator appears)…

If I load new data in HOT and trigger render the indicator remains on the sorted column but the data is not (of course)…

Is there a way to cancel the sort (visual indicator) via the api?

Is there a prop that indicates the current sort direction? (I know how to get the current sorted column index)

Hi @arthur.kirkosa

Please track changes to https://github.com/handsontable/handsontable/issues/3954