Searchable list
The CarbonListComponent supports both backend and frontend search. For the frontend search to work, the table must not be paginated. In order to enable search the following steps must be followed:
Set the input in the template:
sample.component.html
(For BE search) Add a listener for the search:
sample.component.html
(For BE search) Define your search handler:
sample.component.ts
This will create a list with search enabled:
Last updated