Skip to content

Commit 0daa440

Browse files
author
kadir.avci
committed
Added filter rule just for testing
1 parent f107cff commit 0daa440

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed
0 Bytes
Binary file not shown.
-32 KB
Binary file not shown.
-1.04 MB
Binary file not shown.

VueJsTutorial/wwwroot/js/component/tableRecordComponent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Vue.component("otable", {
5353
this.handleSearch(searchValues);
5454
},
5555
handleFilter: function (event) {
56-
56+
debugger;
57+
this.headers[1].filterRule = "contains";
5758
},
5859
handleSearch: function (searchValues) {
5960
var self = this;

0 commit comments

Comments
 (0)