dataItems property

List<T> dataItems
getter/setter pair

The entire list of items populating the table (independent of pagination)

Implementation

late List<T> dataItems;