Opened 12 years ago
Closed 12 years ago
#2034 closed enhancement (done)
Add method for querying the current row index in StringConvertibleMatrixView
Reported by: | ascheibe | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Data.Views | Version: | 3.3.8 |
Keywords: | Cc: |
Description
If columns get sorted in the StringConvertibleMatrixView, the indices of the rows change. Therefore there should be a method that translates the original index to the current row index. This is needed if e.g. the row is clicked and some action should be carried out for this row.
Change History (6)
comment:1 Changed 12 years ago by ascheibe
- Status changed from new to accepted
comment:2 Changed 12 years ago by ascheibe
comment:3 Changed 12 years ago by ascheibe
- Owner changed from ascheibe to abeham
- Status changed from accepted to reviewing
comment:4 Changed 12 years ago by gkronber
- Owner changed from abeham to gkronber
comment:5 Changed 12 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed r9376.
comment:6 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r9376 added method for querying the current row index in the StringConvertibleMatrixView