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