Javascript SDK count property to only show the filtered result
Is there a way for the count property to only show the filtered results and not all the rows in the database?
I would like the count variable to only show the number of filtered results.
1 Reply
That code is correct - count already shows filtered results. If you're getting unexpected numbers, check if your filter is actually working (typo in column/values?) or if all your rows happen to match the filter.