I have a problem when only 15 rows are displayed in our cell table. I have something like the following:
getDataList() returns a List<Data> object whose size is 18, but for some reason it only displays 15.
Is there something I am missing? Is there any βgotchaβ for celltables that limit the number of rows it will display?
As a note, when I sort the list, I can see all the data objects, but only 15 at a time ...
source share