items property

List<List<GTableItem>> items
final

List of rows, each containing a list of column items in that row

Implementation

final List<List<GTableItem>> items;