We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b57c6 commit 6b2e7aeCopy full SHA for 6b2e7ae
assets/app/js/controllers/scanDataTable.js
@@ -63,9 +63,10 @@ class ScanDataTable extends Controller {
63
const columnSelect = $(`select#scandata-${column.name}`);
64
columnSelect.val('');
65
this.dataTable()
66
- .column(`${column.name}:name`)
67
- .search('', false, false);
+ .column(`${column.name}:name`);
68
});
+ // clear golbal serach box
69
+ this.dataTable().search('', false, false);
70
}
71
72
setColumnFilter(columnName, value) {
0 commit comments