dataItemsToShow property

List<T> dataItemsToShow
getter/setter pair

The list of items shown in the table for the current page and configuration

Implementation

late List<T> dataItemsToShow;