1

I have 2 celltables on my page positioned vertically (one below the other). How can I set fixed number of rows in celltable (independently on the number of data rows)? E.g. when celltable contains 0 rows it should consist of some "blank" ones to keep fixed height.

Best regards

zbyszek26104
  • 437
  • 1
  • 5
  • 15

1 Answers1

0
fixed number of rows?

Celltable Constructs a table with a default page size of 15.

If You want you can construct a cell table with pageSize like CellTable(int pageSize),you can.

Or you can set later on with setPageSize(int pageSize).

Suresh Atta
  • 120,458
  • 37
  • 198
  • 307