Fix DataTable: emptyMessage passthrough
Fixes #6006 Fix missing `pt`/`unstyled` props on empty message table rowpull/6455/head
parent
c0ed5f22bc
commit
6f785fdb2d
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue