Hi,
I am going to add quick navigation feature to a list page, generated by PHP Runner. Suppose a students table. I want to add listboxes on the top that will allow user to choose quickly faculty, course and group. I have 2 question concerning this:
- could this task be accomplish by using a code snippet (which adds above-mentioned listboxes to the page), or it is necessary to completely rewrite list page?
- how to pass selected search criterias to list page?
Thak you in advance.