You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
I have installed the ng2-search-filter in a project I'm working on. My objective was to filter out entries rendered by an ngFor, that gets its data from an SQL query inside a PHP file, where the output is rendered as json data. My data is displayed correctly, but when I add the search filter, and use it as such :
Hello guys,
I have installed the ng2-search-filter in a project I'm working on. My objective was to filter out entries rendered by an ngFor, that gets its data from an SQL query inside a PHP file, where the output is rendered as json data. My data is displayed correctly, but when I add the search filter, and use it as such :
My guess is that it's not filtering any data because it doesn't know which column in my data table to filter. Any clue in how to fix this ?
The text was updated successfully, but these errors were encountered: