refactor: added slots for table header and body

This commit is contained in:
Joel Jacob Stephen
2023-08-06 17:25:41 +05:30
parent 6e7db67c9b
commit caf5d7ec0f
3 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
<div v-else-if="error">{{ t('users.load_list_error') }}</div>
<div v-else-if="usersList.length >= 1" class="m-5">
<div v-else-if="usersList.length > 0" class="m-5">
<HoppSmartTable
cell-styles="px-6 py-1"
:list="newUsersList"