Feature #2710
Updated by Sebastien Jacquot about 1 year ago
Upgrade current Jface/SWT Tables to enable :
- pagination (first, previous, next, last, go to N page)
- frozen add/remove column
- freezed 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
h3. solution
use a SWT library (Nebula tables)
h3. solution
use&manage native SWT tables
- pagination (first, previous, next, last, go to N page)
- frozen add/remove column
- freezed 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
h3. solution
use a SWT library (Nebula tables)
h3. solution
use&manage native SWT tables