cells property

List<DynamicTableDataCell> cells
getter/setter pair

The data for this row.

There must be exactly as many cells as there are columns in the table.

Implementation

List<DynamicTableDataCell> cells;