Hi there, I can't for the life of me figure out why I'm having so much trouble getting sorting to work in the KTUI datatables. I am pasting in the first example from official docs: https://ktui.io/docs/datatable, and the table displays but sorting does not work. I also noticed that on the official metronic demo pages, sorting does not work, see https://keenthemes.com/metronic/tailwind/demo2/account/security/allowed-ip-addresses for an example.
Using breakpoints I noticed that the click handler for the <th> components in the datatable does get added for sorting, but then are removed at some point later, rendering clicks useless.
Is this a known issue? I have tried a few workarounds but cannot make any progress on this. I am on the latest version of ktui (1.0.21).
Thanks