Custom sort option

Tags: #<Tag:0x00007efc62540988>

Handsontable maintains three state [i.e. ascending, descending & default] during sort. How to remove default state?

Hi,

ColumnSorting has an option headerAction. You can turn it off and then implement your own click / button logic by using plugin API.

Kind regards
Wojciech

Thank for your prompt response. As it’s urgent, can you share any example?

Hey @bhakat.sandip

here’s an example with the JSFiddle demo https://handsontable.com/docs/7.2.2/demo-sorting.html (https://jsfiddle.net/Lx7qmpo6/)