fix: table search form slot not working as expected
This commit is contained in:
@@ -27,6 +27,9 @@ const gridOptions: VxeGridProps<RowType> = {
|
||||
{ field: 'date', title: 'Date' },
|
||||
],
|
||||
data: MOCK_TREE_TABLE_DATA,
|
||||
pagerConfig: {
|
||||
enabled: false,
|
||||
},
|
||||
treeConfig: {
|
||||
parentField: 'parentId',
|
||||
rowField: 'id',
|
||||
|
||||
Reference in New Issue
Block a user