Library to present table-based data from SQL query |
[eluser]jhob[/eluser]
I am just starting on coding up the admin interface for my latest CI project and am looking for a library that will allow me to present data from a SQL query in an HTML table, basically a data grid. Before I code my own I was wondering if there's an existing library out there that does this? The requirements would be: * data can be ordered asc or desc by clicking on column heading * search box to query specified columns * have an actions column for edit/delete etc * Paging I have used the non-CI creative table (http://www.creativedreams.eu/creative_table/) before which does do what I want, but it is pretty messy so I'd rather stay away from trying to shoe-horn it into a CI project. Is there anything out there that would suit my needs or that I could take a starting point to develop further to my own needs? Thanks in advance for any replies, John |
Messages In This Thread |
Library to present table-based data from SQL query - by El Forum - 11-27-2013, 04:51 AM
Library to present table-based data from SQL query - by El Forum - 11-27-2013, 05:27 AM
Library to present table-based data from SQL query - by El Forum - 11-27-2013, 08:55 AM
Library to present table-based data from SQL query - by El Forum - 11-27-2013, 09:15 AM
Library to present table-based data from SQL query - by El Forum - 11-27-2013, 01:26 PM
Library to present table-based data from SQL query - by El Forum - 11-27-2013, 05:34 PM
|