We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b43475 commit 49e5a17Copy full SHA for 49e5a17
src/plugin/VDrilldownTable.vue
@@ -595,9 +595,9 @@ function updatePage(val: Props['page']) {
595
596
// ------------ Search //
597
watchDebounced(
598
- levelSearch,
+ () => props.search,
599
() => {
600
- loadedDrilldown.search = levelSearch.value;
+ levelSearch.value = props.search || '';
601
602
const options = updatedOptions(loadedDrilldown);
603
const drilldown = { ...props, ...options, ...{ search: levelSearch.value } };
0 commit comments