Is there any way we can invoke any function while we any value is entered in angular material data table filter field? As we want to maintain the column current index value while we filter for result. We are using Angular 6 for our project.
-
Can you please be more specific?Prashant Pimpale– Prashant Pimpale2019-04-30 05:12:05 +00:00Commented Apr 30, 2019 at 5:12
-
Yes we can invoke a function on value entering into angular material data table filter field like <input matInput (keyup)="applyFilter($event.target.value)" placeholder="Filter">arun kumar– arun kumar2019-04-30 05:14:49 +00:00Commented Apr 30, 2019 at 5:14
Add a comment
|