is it possible to have scrollbar inside Nattable?? [message #1708893] |
Tue, 22 September 2015 06:05  |
Eclipse User |
|
|
|
Hello,
I am using SpanningDataLayer for the Nattable with 57 columns. My actual Requirment is :
The First Column, which rows are apanned ,should be fixed and rest 56 Columns are divided in 7 groups. Spanning row size is fixed and if rows are more than the fixed size then scrollbar should come at the end of each group inside the Nattable.
How can this be done ?? Any Idea...
Till now I tried like VerticalSplitViewportExample, so the scrollbar is coming at the end of Nattable . And In this Situation I am having problem in freezing the first Column . I have many ViewportLayers and on each ViewportLayer i have compositeFreezeLayer. I tried like below in which data in First ViewportLayer
is showing correctly but in rest ViewportLayers first Column is coming two times.
natTable.doCommand (new FreezeColumnCommand (compositeFreezeLayerList.get(0), 0));
In this Situation How can i prevent doppeling of freezed column??
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03872 seconds