java - Eclipse RCP and RAP customizable table control -


i looking table control customizable , works both on rcp , rap, single source.

by customizable mean this:

  • a cell table can splitted again in rows , columns. or should possible cell renderer draw cell table
  • it should possible have group of columns fixed left side (but not necessary, because think workaround possible)
  • should possible have columngroups

maybe of can me such control, maybe names can research on.

rap 3.0 (to released june 2015 eclipse mars) contains implementation of nebula grid. widget supports column groups.

rap trees , tables support number of columns fixed left edge via setdata(rwt.fixed_colums, boolean.true). feature not yet available grid, chances can added.

splitting cells not yet supported in rap, however, using support html markup simulated.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -