This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
(impact: medium) Improved Documentation for grid pagination key #300
Labels
enhancement
New feature or request
Prerequisites
[Check these off before submitting an issue].
For more information, see the
CONTRIBUTING
guide.Description
Posting on behalf of @mslavov and a few others
It would be great if the example includes how to provide the
paginationTranslationKey
as the format needs to be specific like{firstItem} - {lastItem} of {totalItems}
Alternatively, there could also be a way to pass the full translation yourself... that requires more work on callers since they have to retrieve the current page, total page count, total count.
Impact
Figuring out the format took me some code digging, this should be clearly specified in its API
The text was updated successfully, but these errors were encountered: