Changes between Initial Version and Version 1 of Ticket #1465, comment 14
- Timestamp:
- 04/16/11 11:49:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1465, comment 14
initial v1 1 r6016 r60161 r6016 2 2 * added sorting of series to move them back and forth 3 3 * the implementation currently is quite memory intensive in that all data rows are cloned, the collection is cleared and then they're readded in the correct order. Since the underlying collection is a collection and not a list I don't have the possibilities to insert them.