Hi,
This question has been raised previously (https://forum.handsontable.com/t/missing-sortindicator-pro/125) but I don’t think there’s a solution yet.
When sorting using setColumnSorting the sort indicator is not set in the Header
This is really disturbing for the end user.
example here:http://jsfiddle.net/gate61/8o9od8dw/10/
Also, I think there’s a bug: try the following with the fiddle above:
- run
- click the button -> column sorted descending on B but no indicator
- click e.g. header D -> sorted ascending on D and indicator set correctly
- click button again -> sorted descending on B, but indicator is moved from D to B but stays “ascending” which is not correct !
Maybe it’s a updateSortIndicator problem but I tried with/without without luck.
Is there a workaround or a bug fix expected soon ?
Thanks,
Olivier