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<{
|
defineProps<{
|
||||||
row: QTableProps['rows'];
|
row: QTableProps['rows'];
|
||||||
columns: QTableProps['columns'];
|
columns: QTableProps['columns'];
|
||||||
|
hideHeader?: boolean;
|
||||||
|
hideBottom?: boolean;
|
||||||
}>(),
|
}>(),
|
||||||
{
|
{
|
||||||
row: () => [],
|
row: () => [],
|
||||||
|
|
@ -22,6 +24,8 @@ const prop = withDefaults(
|
||||||
}))
|
}))
|
||||||
"
|
"
|
||||||
:columns
|
:columns
|
||||||
|
:hideHeader
|
||||||
|
:hideBottom
|
||||||
bordered
|
bordered
|
||||||
flat
|
flat
|
||||||
selection="multiple"
|
selection="multiple"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue