Skip to content
Snippets Groups Projects
Commit a422335a authored by moon's avatar moon
Browse files

Fixed the column for functional type filter

parent 664e84ff
Branches master
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@
dom: doms,
initComplete: function () {
if(vm.category === "protein") {
this.api().columns([2]).every( function () {
this.api().columns([3]).every( function () {
// console.log(this);
let column = this;
let select = $('<select class="form-control input-sm"><option value=""></option></select>')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment