diff --git a/src/components/KTableData/KTableData.vue b/src/components/KTableData/KTableData.vue index bd97137938..bf5afcdeba 100644 --- a/src/components/KTableData/KTableData.vue +++ b/src/components/KTableData/KTableData.vue @@ -554,6 +554,8 @@ watch([stateData, tableState], (newState) => { state: newTableState, hasData: newStateData.hasData, }) + + console.log(state, tableFetcherCacheKey.value) }) // handles debounce of search query