-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
if there is a table named customer.
then how can I get the counter of total customers.
Another scenario is :
if I have multiple status of customer, where active customer is more then 100.
I want to show the counter of total active customer but I will get 10 rows of 100; I want to make a response like this :
let response ={
total_rows:100,
row_limit:10,
total_page:10,
current_page:1, // it means 0 to 10 positions data
rows:[{1},{},....{10}]
};
//db.collection('customers').doc({status:"active"});
Jargonius
Metadata
Metadata
Assignees
Labels
No labels