|
@@ -445,7 +445,7 @@ explicit grant from the SFTPGo Team ([email protected]).
|
|
|
filterSearch.off("keyup");
|
|
|
filterSearch.on('keyup', function (e) {
|
|
|
dt.rows().deselect();
|
|
|
- dt.search(e.target.value, true, false).draw();
|
|
|
+ dt.search(e.target.value).draw();
|
|
|
});
|
|
|
handleColVisibilityCheckbox($('#checkColStatus'), 1);
|
|
|
handleColVisibilityCheckbox($('#checkColLastLogin'), 2);
|