-> onkeyup
This commit is contained in:
parent
a9cdac4f74
commit
aecbabe522
@ -161,7 +161,7 @@
|
||||
<input
|
||||
title="name-search"
|
||||
value={header.column.getFilterValue() || ""}
|
||||
on:keydown={(e) => {
|
||||
on:keyup={(e) => {
|
||||
header.column.setFilterValue(e.target.value);
|
||||
}}
|
||||
type="text"
|
||||
|
Loading…
x
Reference in New Issue
Block a user