Hi,
I can’t find a way to dont show the sorting arrow when I sort a datatable column.
I saw the markSorting method but with that if I click 2 times on the same column only the first time the sorting works, then it does not sort that column until i click on another column.
you don’t need to use markSorting in that case.
it is done by default https://snippet.webix.com/zm6bil6t
if you have different scenario please share it.
Yes but what I need is to hide the sorting arrow that is displayed when i click on the column to sort it.
That’s why I was trying to use the markSorting method.
In the documentation you posted the last row says:
“The method can be called with no parameters to remove all arrows from the datatable headers.”
This is what I want, and it works, but only when I click on the column for the first time, then the sorting does not work anymore.
This can be a solution, thank you, but if I want to hide the arrow only on one column?
For example, let’s say that in the snippet I want to hide the sorting arrow only on the “Year” column, is it possible to do that?