Searching on Data Table component
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2018 07:39 PM
Our requirement is to implement a search functionality for the data-table. Typing in some text on search-box should apply the filter with two-way binding and refresh data-table based on search-text. How can I implement a filter functionality that I can apply on the DataTableAdapter. Or is there any adf-search component available that can be applied on data-table?
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 03:36 PM
Hi Santosh, are you looking for a search against the server or more like a filter feature on the data-table list on the client side?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 04:26 PM
Hi Ciju,
I'm looking over for a filter feature on the data-table list. I'm thinking about implementing a pipe with ObjectDataTableAdapter, for e.g like below.
I'm not sure we can implement pipe on the data input
