refactor: add define props hide header and bottom
This commit is contained in:
parent
7717523449
commit
2a2613d72c
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ const prop = withDefaults(
|
|||
defineProps<{
|
||||
row: QTableProps['rows'];
|
||||
columns: QTableProps['columns'];
|
||||
hideHeader?: boolean;
|
||||
hideBottom?: boolean;
|
||||
}>(),
|
||||
{
|
||||
row: () => [],
|
||||
|
|
@ -22,6 +24,8 @@ const prop = withDefaults(
|
|||
}))
|
||||
"
|
||||
:columns
|
||||
:hideHeader
|
||||
:hideBottom
|
||||
bordered
|
||||
flat
|
||||
selection="multiple"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue