Skip to content

Default text in filter #478

Closed
Closed
@odiseo42

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions