I am trying to find a PHP control, framework, or application that has
a behavior equivalent to the ASP.NET DataGrid or GridView controls.
Other terms I've seen are "HTML Table", "Table View", or "Database
Grid."
I know you can hand-code a database query that prints out an HTML
table, but I'm looking for a re-suable control that can consume a DB
query and return HTML-compliant tabled data.
I'm aiming for something in the open source realm, if possible. Any
suggestions are appreciated.
a behavior equivalent to the ASP.NET DataGrid or GridView controls.
Other terms I've seen are "HTML Table", "Table View", or "Database
Grid."
I know you can hand-code a database query that prints out an HTML
table, but I'm looking for a re-suable control that can consume a DB
query and return HTML-compliant tabled data.
I'm aiming for something in the open source realm, if possible. Any
suggestions are appreciated.
Comment