Opened 12 years ago
Closed 11 years ago
#1873 closed feature request (rejected)
Improve the Legends of the DataTableView
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Analysis.Views | Version: | 3.3.6 |
Keywords: | Cc: |
Description
It should be customizable which DataRows are shown in the DataTableView not only by clicking on the corresponding legend item but in addition it should be configurable in a dialog displaying a CheckedItemList (similar as hiding colums in the StringConvertibleMatrixView).
Another useful feature would be to hide all legend items, which can get quite annoying when dealing with lots of DataRows.
Change History (3)
comment:1 Changed 12 years ago by abeham
comment:2 Changed 11 years ago by gkronber
- Owner changed from swagner to gkronber
- Status changed from new to accepted
comment:3 Changed 11 years ago by gkronber
- Resolution set to rejected
- Status changed from accepted to closed
It has been decided that this feature is not necessary.
Note: See
TracTickets for help on using
tickets.
My 2cents:
If you're integrating this into the DataTableVisualProperties I think you should add this to the configuration dialog that we already have. I think the view that displays all the rows there is already a TreeView or ListView because it also displays icons. You just need to add select all/none options.
Or maybe we can make it so that by default we always only display the first 10 DataRows and provide some kind of "..." item/label/button next to the legend which can be pressed to show 10 more (or the next 10, or all).