Fluent jqGrid HTML Helper for PHP
During the development of PHP applications we frequently wanted to display large amounts of data to the user. Grids offer a user-friendly solution to display, filter and sort data. For the last years our weapon of choice has been jqGrid. JqGrid is a javascript library based on jQuery and is capable of transforming a simple html table tag to a dynamic table which you can easily filter and sort.
Add a comment