Hi,
I want to add up or down arrows at the end of my header label, depending on the sorting order (there is a transparent button on top of the headers ).
Is it feasable by code ?
I know, I could also probably make my buttons non transparent, put the header labels on the buttons and change these button labels by code…
It’s just to learn something !
Great ! I had overlooked that…
Thank you !
Small question about “columns” :
If I catch well, as it is a going through arrays, it is necessary to load the column properties values for all the columns of the table, and then save back all of them for each column, even if only the label(s) of a few columns or even one single column (is)are concerned ?
That means quite a number of code lines…
I tried to hide the headers and put the label on the buttons which are in front of the headers, works fine on desktop screens, but not on phone screens, where the table needs to scroll laterally, and then the buttons are no longer in front of the right headers.
In fact, Wix should integrate this header sort capability