Skip to content

Commit e75a27a

Browse files
Updating docs
1 parent 49e5a17 commit e75a27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export const usePropsStore = defineStore('props', () => {
186186
},
187187
{
188188
default: false,
189-
desc: 'Determines if the table should show the <code class="inline-code">VTextField</code> in the <code class="inline-code">top</code> slot',
189+
desc: 'Determines if the table should show the <code class="inline-code">VDrilldownTable</code> built in <code class="inline-code">VTextField</code> in the <code class="inline-code">top</code> slot. Limited <code class="inline-code">VTextField</code> props are supported. If you would like more customization of the search field, we suggest using the available <code class="inline-code"><a href="#slots-supported-top">top</a></code> or <code class="inline-code"><a href="#slots-top-left">top.left</a></code> slots.',
190190
name: 'show-search',
191191
type: 'boolean',
192192
},

0 commit comments

Comments
 (0)