Data Layer and Row with Different Height [message #1244465] |
Wed, 12 February 2014 06:33  |
Eclipse User |
|
|
|
Hi,
Since we're upgraded to the 1.0.1 version we're experiencing a weird phenomenon:
When we use a NatTable that has rows with different sizes, specifically, when we have rows of smaller height than the default size (bigger seems to be fine), the last few rows of the NatTable are disabled.
Have any of you experience this?
Also, while trying to investigate I saw the following as a part of the DataLayer:
public int getHeight() {
return rowHeightConfig.getAggregateSize(getRowCount());
}
public int getPreferredHeight() {
return getHeight();
}
Is this ok? Looks to me like a there's a bug waiting to happen...
Thanks,
Noga
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03503 seconds