Labels not working with sorting [message #1808076] |
Mon, 17 June 2019 03:44  |
Eclipse User |
|
|
|
Hi,
I have a NAT table, in Which if a particular property has a particular value, then the Row should be non editable, I achieved it through Row label accumulator. But once i applied sorting The Non Editable label is messed up.
For Example
My Condition is if (itemid == 001) then Row is non editable
I have four Row in my table with Item ID 000,001,002,003
Now Second row is non editable, After sorting it will be like 003,002,001,000
Now Third Row should be non editable Since it has item Id =001 but Still second row is not editable.
Attached the sample codes herewith.
|
|
|
Re: Labels not working with sorting [message #1808088 is a reply to message #1808076] |
Mon, 17 June 2019 06:44  |
Eclipse User |
|
|
|
The problem is that for creating the RowOverrideLabelAccumulator you create a new ListDataProvider based on the base list PropList. But you need to use the body DataProvider that you also use for the table itself.
|
|
|
Powered by
FUDForum. Page generated in 0.02796 seconds