The default pager in AsyncPaginatedDataTable2 shows a range. I would like to display this in the custom pager as well.
Since the properties rowCount and rowsPerPage already exist in PaginatorController, I believe all I need is the index number of the first row (like firstRowIndex) to display.
Would it be possible to add it?
Thanks Great package.
The default pager in AsyncPaginatedDataTable2 shows a range. I would like to display this in the custom pager as well.
Since the properties rowCount and rowsPerPage already exist in PaginatorController, I believe all I need is the index number of the first row (like firstRowIndex) to display. Would it be possible to add it?
thanks.