Hi,
I'm trying to create a page which has dropdown lists from which the user selects options and press a button to display a crud filtered according to the dropdowns.
That basic process works pretty well, since it involves basic CRUD creation!
The problem appears when the user clicks on a column header to filter by that column. At this moment, CRUD doesn't care about the dropdowns, which is normal since CRUD core isn't built to work this way, I know.
I'm just wondering how I could make this work...
Any ideas?
Thanks in advance.