There are several tables on my dashboard: Projects without a delivery date, Tasks without a delivery date and Jobs without a delivery date. This can get very confusing and that’s why I would like to just show the number of rows in the table headings. On clicking on the number, the complete table is then displayed (with a display formula). How can I get the number of rows?
Are you using Supabase? Are you using back-end pagination?
Yes, I’m using Supabase with back-end pagination.
I’m not a Supabase expert, but I think often you have to do a separate request to Supabase to get the total item count from SQL editor