pageTo method

dynamic pageTo(
  1. dynamic rowIndex
)

Implementation

pageTo(rowIndex) {
  tableKey.currentState!.pageTo(rowIndex);
}