Currently, I’m trying to create a lazy table with filters in primeng table , now I have one question, is it possible to avoid firing the lazyload event when the user clicks on “Add Rule” since its causing unnecessary requests to the server . Is there a configuration I can change for this ?
i tried using the OnFilter on p-table.
onFilter(event: any) { event.preventDefault(); }
this didnt work for me.
Racheal Dev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.