search for: numteams

Displaying 1 result from an estimated 1 matches for "numteams".

Did you mean: numitems
2009 Jul 02
7
Params Merge and URL sorting/pagination
...ng 1-form for team search 1-form for search by date When searching for a team for instance, the url returned will be: /rushing_offenses?search=Florida When searching by date, the url returned will be: /rushing_offenses?compiled_on=2009-07-02 Pagination has a show all button: /rushing_offenses?numteams=120&orderby=rank&sortby=asc Pagination has a show simple button: /rushing_offenses?orderby=rank&sortby=asc If I click on each page number within will paginate the URL changes to: /rushing_offenses?compiled_on=2009-07-02&orderby=rank&page=2&sortby=asc My table helper fun...