mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3924 - For DataTable & Column
This commit is contained in:
parent
65275ff32a
commit
2b77647880
13 changed files with 500 additions and 336 deletions
|
@ -1,6 +1,9 @@
|
|||
<script>
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
|
||||
export default {
|
||||
name: 'Column',
|
||||
extends: BaseComponent,
|
||||
props: {
|
||||
columnKey: {
|
||||
type: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue