java - How to add Custom Renderer for row in nebula GridTableViewer -
i working on nebula gridtableviewer. there 2 columns in table. want make each row of 1st column header.
if use tablegrid.setrowheadervisible(true)
, display numeric value. don't want this, have display 1st column header.
when dug deeper, found class defaultrowheaderrenderer
used add row header.
how can customize this? please me this.
Comments
Post a Comment