Table headerClickEvent order direction is missing

Hi,

To set the lazyloading table, i need to get the customer clicked column name and the order direction(ASC or DESC), and send it to the DAO methode.
But with the listener HeaderClickEvent, i didn’t see this information, someone knows how to get it?

Thank you.

You need to handle it yourself:

sort = !table.isSortAscending();
table.setSortAscending(sort);