Hello,
This is more of a request for code than a problem. I have a fairly large database (350,000 records) and I am in the process of creating a php front end for manipulating the information.
What classes/code exists that will allow me to generate a html table of results that has the following functionality.
- Paging (next/prev buttons)
- Sort (ascending/descending per column)
- Filtering (possible select box to filter information)
I could create this, but this seams like a pretty standard requirement, what are you using?
Thanks,
- Justin