dataItems property

List<T> dataItems
getter/setter pair

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

Implementation

List<T> dataItems = [];