feat: Table footer design updates (#9194)

* feat: table footer component cleanup

* Update TableFooter.vue

* feat: Update design

* chore: remove RTL mixin

* chore: Make component in composable format

* chore: review fixes
This commit is contained in:
Muhsin Keloth
2024-04-09 06:20:41 +05:30
committed by GitHub
parent 1038d1500e
commit 78724f7459
10 changed files with 224 additions and 163 deletions

View File

@@ -0,0 +1,5 @@
{
"GENERAL": {
"SHOWING_RESULTS": "Showing {firstIndex}-{lastIndex} of {totalCount} items"
}
}

View File

@@ -31,6 +31,7 @@ import teamsSettings from './teamsSettings.json';
import whatsappTemplates from './whatsappTemplates.json';
import sla from './sla.json';
import inbox from './inbox.json';
import general from './general.json';
export default {
...advancedFilters,
@@ -66,4 +67,5 @@ export default {
...teamsSettings,
...whatsappTemplates,
...inbox,
...general,
};