เพิ่มfilter keyword
This commit is contained in:
parent
1bfd3161b5
commit
53191acf4f
2 changed files with 13 additions and 3 deletions
|
|
@ -328,6 +328,7 @@ onMounted(() => {
|
|||
ref="filterRef"
|
||||
outlined
|
||||
placeholder="ค้นหา"
|
||||
@keydown.enter.prevent="fetchListProjectNew"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<q-icon v-if="nodeData.keyword == ''" name="search" />
|
||||
|
|
@ -363,7 +364,6 @@ onMounted(() => {
|
|||
:columns="columns"
|
||||
:rows="rows"
|
||||
row-key="subject"
|
||||
:filter="nodeData.keyword"
|
||||
flat
|
||||
bordered
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue