Replies: 1 comment
-
|
Maybe a footer would help you as requested in issue #962. There is an open task for me to review this footer implementation: I would be grateful if you could take a look and give me a recommendation if the implementation looks promising and solves your problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a VST in grid mode onto which I attached an
OnCompareNodesevent to compare my nodes.I also set
hoHeaderClickAutoSortinsideHeader.OptionsWith this, when the user clicks on any of the column headers, the rows are sorted automatically which is good.
However, there is a "special row" in this grid which should stay the last one, regardless of the sort. As it does not have any data associated to it, it was easy to write this in
OnCompareNodes:And this works quite well when sorting columns in turn as they are sorted in ascending order.
But when I click again on an already sorted column, the sort order changes and my last row moves to the top which is not desirable.
I did not see a property that would be readable during the sort to allow me adjusting the first two cases depending on ascending or descending sort.
I also did not see a way to tell the last row is not to be considered in sort operations.
Would that be at all possible?
Beta Was this translation helpful? Give feedback.
All reactions