Ticket #570 (closed enhancement: wontfix)
Advanced SortableTable (ReportGrid)
| Reported by: | anonymous | Owned by: | ttrenka |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Widgets | Version: | 0.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Is anyone interested in an Advanced SortableTable?? I have expanded on the SortableTable? widget to include the following: * Allow sorting of large record sets (a few thousand). A custom algorithm (curtesy of www.henk-reints.nl/) instead of the built in array sort method. * Paging that allows you to specify a maximum number of records per page. A navigation control included to facilitate moving between pages. The navigation control is a separate widget * Columns and data can be parsed as js arrays to allow dynamic creation. * Control can be a div or table. * Can parse a footer if you require totals. * Filter by each column: equals, greater than, less than, etc. It sorts the column so that a full array scan is not required. * Format numbers using Mochikit formatter.