onPageChange property
when scrolling the table you will notify with the result of pagination object
Implementation
Future<List<T>> Function(Pagination pagination) onPageChange;
when scrolling the table you will notify with the result of pagination object
Future<List<T>> Function(Pagination pagination) onPageChange;