I can’t get the sorting by column to work, I can see the variables passing through but the table doesn’t seem to respond, do you have any ideas, thank you
Morgan
https://deviseur.occicrunch.com/admin/wappler.php
I can’t get the sorting by column to work, I can see the variables passing through but the table doesn’t seem to respond, do you have any ideas, thank you
Morgan
https://deviseur.occicrunch.com/admin/wappler.php
Probably you have your database query set to use *
and you didn’t add any columns? Please check that in your database query step. If you’ve used just *
it won’t work for sorting for security reasons, make sure to add columns to the query selection.
It’s good, thanks Teodor