DataGrid

We do a load of manipulation with tables of data and wanted an easy way to manage them.

The datagrid tag converts queries to a nice presentable datagrid which has support for paging, filtering and sorting.

The DataGrid is release under the Common Public License 1.0

Features

  • Simple to create reliable consistent datagrids
  • Auto Searching and filtering
  • Auto totals
  • Dyamically apply classes to rows
  • Evaluate variables inside and outside of datagrid # vs $

To Do:

  • Fix date sorting
  • Fix filtering by number
  • Stronger typing of attributes
  • Documentation of options
  • Improve consistency of parameters between types - remove url?
  • Refactor attributes to so they are better named and easier to remember
  • Allow more flexibility with query string parameters - i.e. be able to link to both useredit and division edit pages

Recent blog posts about DataGrid