Allow user to filter
This commit is contained in:
parent
f18e329991
commit
0cc411b0a0
@ -40,7 +40,9 @@
|
|||||||
this.update();
|
this.update();
|
||||||
},
|
},
|
||||||
edit(e) {
|
edit(e) {
|
||||||
console.log(e);
|
this.state.filter = e.target.value;
|
||||||
|
this.fetchData();
|
||||||
|
this.update();
|
||||||
},
|
},
|
||||||
click(e) {
|
click(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user