Hi
I would like to sort ignoring case.
This is the sort I have had to implement…
controller.sort(“project_name asc”)
But I would like to do either
controller.sort(“#project_name asc”)
or with
controller.sort(“lower(project_name) asc”)
Although a very small requirement I think it is essential.
Kind Regards
Jonathon