mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5257
This commit is contained in:
parent
9a82025215
commit
f91f6bd1ec
12 changed files with 20 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="cx('root')" data-scrollselectors=".p-datatable-wrapper" v-bind="ptm('root')">
|
||||
<div :class="cx('root')" data-scrollselectors=".p-datatable-wrapper" v-bind="ptmi('root')">
|
||||
<slot></slot>
|
||||
<div v-if="loading" :class="cx('loadingOverlay')" v-bind="ptm('loadingOverlay')">
|
||||
<slot v-if="$slots.loading" name="loading"></slot>
|
||||
|
@ -293,6 +293,7 @@ import TableHeader from './TableHeader.vue';
|
|||
export default {
|
||||
name: 'DataTable',
|
||||
extends: BaseDataTable,
|
||||
inheritAttrs: false,
|
||||
emits: [
|
||||
'value-change',
|
||||
'update:first',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue