Currently turning columnSorting to true, allows one to sort on all columns. However is there a way to specify only certain columns that can be sorted?(Or disable certain columns from being sorted)
I know this is an old question but setting the columnSorting option to headerAction: false on the column configuration disabled the sorting for me:
hot = new Handsontable(container, {
..
columns: [
{ data: 0, columnSorting: { headerAction: false }, },
],
...
})
Its also mentioned in the docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With