Closed
Description
Hi, I would like to set a default string search in my filter. My grid definition object has this option:
..
filterOptions: $scope.filterOptions
..
and later I define this object:
$scope.filterOptions = {
filterText: "Default",
filterColumn: "",
useExternalFilter: true
};
However this isn't working, and the grid is initialized without the query "Default". Can somebody point me in the right direction?
Metadata
Assignees
Labels
No labels