@if (grid.lastSearchInfo) {
@if (grid.lastSearchInfo.matchInfoCache.length > 0) {
{{ grid.lastSearchInfo.activeMatchIndex + 1 }} of {{ grid.lastSearchInfo.matchInfoCache.length }}
results
}
@if (grid.lastSearchInfo.matchInfoCache.length == 0) {
No results
}
}
Case Sensitive
Exact Match
}