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"
}
}