I have a custom admin component that I built that has a typical, Joomla MVC table. In the table I have the typical search and filter options. The table has data for various clients that I can search and filter for, however what I want to do is to be able to be able to save a URL as a browser favorite that links directly to the pre-filtered table.
My component has the usual parameters; option, view, layout. What I don't have or know how to implement is a search parameter. Is this possible?
For example, when I want to see results for "Client A" I would hope there is a way to save a URL something like this:
https://www.mycomponent.com/administrat ... ch=ClientA
Or if there is a better way to do this I'm open to options.
Thanks in advance for your help!
mb87
My component has the usual parameters; option, view, layout. What I don't have or know how to implement is a search parameter. Is this possible?
For example, when I want to see results for "Client A" I would hope there is a way to save a URL something like this:
https://www.mycomponent.com/administrat ... ch=ClientA
Or if there is a better way to do this I'm open to options.
Thanks in advance for your help!
mb87
Statistics: Posted by mb87 — Sat Jun 22, 2024 8:45 pm