Merge pull request #6455 from philipstarkey/philipstarkey/fix-6006

Fix DataTable: emptyMessage passthrough
pull/6462/head
Tuğçe Küçükoğlu 2024-09-23 13:21:34 +03:00 committed by GitHub
commit 2e0c93bea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
/>
</template>
</template>
<DTBodyRow v-else :empty="empty" :columns="columns" :templates="templates" />
<DTBodyRow v-else :empty="empty" :columns="columns" :templates="templates" :unstyled="unstyled" :pt="pt" />
</tbody>
</template>