Weekly tickets #459
|
@ -67,7 +67,7 @@ const applyColumnFilter = async (col) => {
|
|||
}
|
||||
};
|
||||
|
||||
const getInputEvents = (col) => ({ 'update:modelValue': () => applyColumnFilter(col) });
|
||||
const getInputEvents = (col) => ({ 'keyup.enter': () => applyColumnFilter(col) });
|
||||
|
||||
const columns = computed(() => [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue