Refs #4173: Sort on a PeaksWorkspace table view sorts underlying peaks
but other tables will use the default sorting methods. Sorting columns independently of each other (which does not make sense when sorting peaks) will not work, instead all columns are sorted together
Showing
- Code/Mantid/Framework/API/inc/MantidAPI/ITableWorkspace.h 9 additions, 0 deletionsCode/Mantid/Framework/API/inc/MantidAPI/ITableWorkspace.h
- Code/Mantid/Framework/API/src/ITableWorkspace.cpp 16 additions, 0 deletionsCode/Mantid/Framework/API/src/ITableWorkspace.cpp
- Code/Mantid/Framework/DataObjects/inc/MantidDataObjects/PeaksWorkspace.h 4 additions, 0 deletions...mework/DataObjects/inc/MantidDataObjects/PeaksWorkspace.h
- Code/Mantid/MantidPlot/src/Mantid/MantidTable.cpp 58 additions, 0 deletionsCode/Mantid/MantidPlot/src/Mantid/MantidTable.cpp
- Code/Mantid/MantidPlot/src/Mantid/MantidTable.h 4 additions, 0 deletionsCode/Mantid/MantidPlot/src/Mantid/MantidTable.h
- Code/Mantid/MantidPlot/src/Table.h 14 additions, 10 deletionsCode/Mantid/MantidPlot/src/Table.h
Please register or sign in to comment