c-list-range-display¶
Displays pagination information about the current $items
of a ListViewModel in the format <start index> - <end index> of <total count>
.
Uses the pagination information returned from the last successful $load
call, not the current $params
of the ListViewModel.
Props¶
list: ListViewModel
- The ListViewModel to display pagination information for.