Sort indicator updates via beforeColumnSort

Tags: #<Tag:0x00007f8b18d41868>

I’m using the custom sort implementation as referenced in your guide on https://handsontable.com/docs/6.2.0/demo-sorting.html#api using .setSortConfig(destinationSortConfigs);.

The sort works fine on ascending and descending, however when the third click resets back to no sort the visual indicator is still present as there is no destinationSortConfigs to use to update the sort. Is there anything I can hook into to clear the indicator?

Hey @djn000

can you send over the latest progress on the logic you’ve implemented?