P
Pokey
Guest
For many ruby on rails applications I often find myself creating code for retrieving tabular information from a database (including table joins) and displaying it in an HTML table (easy using partials). Then adding code to allow; pagination, sorting/filtering by columns, mapping the field names to column headers ect.
This problem has been solved in the ASP world. One simply uses a Datagrid component. Is there a rails plugin which has the equivalent functionality of Datagrid/ Data source?
This problem has been solved in the ASP world. One simply uses a Datagrid component. Is there a rails plugin which has the equivalent functionality of Datagrid/ Data source?