I have a SQL table with 6000+ rows bound to increase gradually.
I have to create PowerApp containing Datatable that connects to this data along with filter.
Query 2 : What would be the best way to have the data ?? Would it be storing in collection or direct sql query ?
Also there would be 2 queries.
1. For filtering out data based on one flag Yes/No
AND
2. Filtering based on search term.
Query 1 : What would be better for this type of scenerios ??
Search Vs Filter function ?