How to order a WebList box properly in Xojo 2024R4?

Hello all,

Can anyone provide sample code or suggestions to sorting a WebListBox?

This thread discusses the same problem, but for desktop list box.
https://forum.xojo.com/t/list-box-he-doesnt-order/83378/18

Thanks,
Tim

I can only suggest to use DataSource class with WebListBox (assuming that the data is coming from the database).
The lacking “column click” event is another issue.