javascript - Make your own filter for Prime NG Angular 2 -


primefaces prime ng has own built in filter function

<p-column field="id" header="id" [filter]="true"></p-column> 

i want call own filter function have written in component.

how can use in prime ng.

i thinking using callback, pass callback function in onfocus event:

onfocus event: browser event callback invoke when dropdown gets focus.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -