#101: Improve sortable tables
- Contents
- Proposed by
- Florian Schulze
- Seconded by
- Leonard Norrgård
- Proposal type
- User interface
- State
- being-discussed
Motivation
The javascript is way to complicated.
For tables which are part of a batch only the visible part is currently sorted, it should call back to the server and sort the entire batch there. This can either be done with a page reload or with AJAX.
Proposal
Clean up the javascript. Handle big batches properly.
The following bugs are related to this:
- http://plone.org/collector/2692 — Java script listing sort breaks on dates; portal_interface not finding IOrderedContainer?
- http://plone.org/collector/1840 — Standard Plone table sorting should be able to sort entire batch
Progress log
- Started 2005-12-14 (vinsci)
Participants
Leonard Norrgård