RCP: X.X, New TXMResult Table component
Upgrade current Jface/SWT Tables to enable :
- pagination (first, previous, next, last, go to N page)
- frozen columns (1st, 1st&2nd, 1st&2nd&3d…)
- parametrized sorts (int, string, etc.)
- multi-sort
- String format
- search in table (eg. CTRL + F as in CA tables)
- select lines from values threshold of multiple column names (>, <, =) =>assisted widget
- add/remove column
- add/remove line
other notes
- may need to be able to keep line selected between page of the table (eg. see the CA point to Table selection command)
solution
use a SWT library (Nebula tables)
solution
use&manage native SWT tables
(from redmine: issue id 2710, created on 2020/01/09 by Matthieu Decorde)
- Relations:
- relates #197 (closed)
- relates #486 (closed)
- relates #2187 (closed)
- relates #1948
- relates #3213