mode property

TableMode mode
final

The table mode tu use.

TableMode.plain will have no pagination management, TableMode.paginationPage will have pagination managed through navigation controls, TableMode.paginationScroll will have pagination managed through scolling

Implementation

final TableMode mode;