How to Sort a TreeControl by Date (Descending)
9th December 2024
I’m trying to set up a TreeControl sorted by date in descending order (newest to oldest). From what I understand in the documentation, adding the pipe | in OverrideDisplayColumns lets …