Browse Source

Merge pull request #15847 from abpframework/doc-improve-list-filtering

give more details about list service filtering
pull/15904/head
Barış Can Yılmaz 3 years ago
committed by GitHub
parent
commit
815ca033a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/en/UI/Angular/List-Service.md

1
docs/en/UI/Angular/List-Service.md

@ -201,3 +201,4 @@ You may use observables in combination with [AsyncPipe](https://angular.io/guide
<input type="text" name="search" [(ngModel)]="list.filter">
```
ABP doesn't have a built-in filtering mechanism. You need to implement yourself and handle `filter` property in backend.

Loading…
Cancel
Save