feat: Add new pagination component (#10263)
This commit is contained in:
6
app/javascript/dashboard/i18n/locale/en/components.json
Normal file
6
app/javascript/dashboard/i18n/locale/en/components.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"PAGINATION_FOOTER": {
|
||||
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
|
||||
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user