feat: Add new pagination component (#10263)

This commit is contained in:
Sivin Varghese
2024-10-15 09:36:54 +05:30
committed by GitHub
parent e0ef007047
commit dec637ab8a
6 changed files with 222 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"PAGINATION_FOOTER": {
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
}
}

View File

@@ -1,3 +1,4 @@
import components from './components.json';
import advancedFilters from './advancedFilters.json';
import agentBots from './agentBots.json';
import agentMgmt from './agentMgmt.json';
@@ -36,6 +37,7 @@ import teamsSettings from './teamsSettings.json';
import whatsappTemplates from './whatsappTemplates.json';
export default {
...components,
...advancedFilters,
...agentBots,
...agentMgmt,