pageRowsInfoTitle abstract method

String pageRowsInfoTitle(
  1. int firstRow,
  2. int lastRow,
  3. int rowCount,
  4. bool rowCountIsApproximate
)

Title for the PaginatedDataTable's row info footer.

Implementation

String pageRowsInfoTitle(int firstRow, int lastRow, int rowCount, bool rowCountIsApproximate);