CellOverrideLabelAccumulator [message #1817962] |
Tue, 03 December 2019 11:17  |
Eclipse User |
|
|
|
WE are using CellOverrideLabelAccumulator , as based on cell data value , different Label will be added to cell using configLabels.addLabel, and based on label each cell will have different style .
CellOverrideLabelAccumulator cellLabelAccumulator = new CellOverrideLabelAccumulator (bodyDataProvider) {
@Override
public void accumulateConfigLabels(LabelStack configLabels,
int columnPosition, int rowPosition) {
.....
}
we have seen CellOverrideLabelAccumulator always works in background to check cell value and renders accordingly. This may be slows the grid-performance. Is there any other WorkAround.
|
|
|
|
Powered by
FUDForum. Page generated in 0.02803 seconds