[RRR-8] more features for htmltable renderer | |
| Status: | Closed |
| Project: | ReportRunner |
| Component/s: | Renderers |
| Affects Version/s: | |
| Fix Version/s: | 0.2 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Fixed | ||
| Environment: | |||
| Description |
| Needs to have a link for downloading as csv/xls etc? multi-sortable columns hide columns |
| Comment by bayard [ Sun, 3 Oct 2004 10:28:42 -0700 (PDT) ] |
| need a link/variant for a Printable version. |
| Comment by bayard [ Wed, 13 Oct 2004 13:54:41 -0700 (PDT) ] |
| added a border, but going to leave improving this til later |
| Comment by bayard [ Wed, 13 Oct 2004 20:28:03 -0700 (PDT) ] |
| Sortable columns in JS. Works in Safari so should be usable everywhere: http://www.kryogenix.org/code/browser/sorttable/ |
| Comment by bayard [ Wed, 13 Oct 2004 20:28:26 -0700 (PDT) ] |
| Zebra striping. Again, good in Safari: http://www.alistapart.com/articles/zebratables/ |
| Comment by bayard [ Thu, 14 Oct 2004 06:31:36 -0700 (PDT) ] |
| The following has something on hiding a table column. Nothing fancy: http://www.ahfb2000.com/webmaster_help_desk/showthread.php?t=3356 |
| Comment by bayard [ Thu, 14 Oct 2004 06:34:14 -0700 (PDT) ] |
| Also need to be able to click on a row and change the background colour of that row. |
| Comment by bayard [ Thu, 14 Oct 2004 06:34:36 -0700 (PDT) ] |
| A commercial xls-style javascript table is available at: http://www.codethat.com/grid/ and may have some interesting ideas. |
| Comment by bayard [ Thu, 14 Oct 2004 06:35:56 -0700 (PDT) ] |
| Search facility? |
| Comment by bayard [ Thu, 14 Oct 2004 10:20:55 -0700 (PDT) ] |
| Damn, I lied. Sortable table doesn't work in Safari. Neither does the one at: http://webfx.eae.net/dhtml/sortabletable/demo.html |
| Comment by bayard [ Thu, 14 Oct 2004 10:48:01 -0700 (PDT) ] |
| http://kongo.flamefew.net/~hen/test-table.html is a dev version. Current problems are that the striping does not get reapplied after the sorting. Also the event style is different between the two libraries. |
| Comment by bayard [ Fri, 15 Oct 2004 08:21:04 -0700 (PDT) ] |
| color picker: http://www.mattkruse.com/javascript/colorpicker/ |
| Comment by bayard [ Fri, 15 Oct 2004 14:14:16 -0700 (PDT) ] |
| Color-choosable highlighted rows integrated. Sorting. Zebra striping. Not as configurable as would be hoped, and the Date sorting is weak (UK format only, though often works for US). |