diff --git a/demo/src/app/components/pagination/overview/pagination-overview.component.html b/demo/src/app/components/pagination/overview/pagination-overview.component.html index 065d6db9b5..1c51e8fa0c 100644 --- a/demo/src/app/components/pagination/overview/pagination-overview.component.html +++ b/demo/src/app/components/pagination/overview/pagination-overview.component.html @@ -37,7 +37,7 @@

Filtering and sorting

To add filtering or sorting on top of your pagination, you will have to update the way you split your data - collection. As mentionned in + collection. As mentioned in Angular documentation, you don't need to reimplement dedicated pipes for that purpose. Recommendation is to move filtering and sorting