Parse-dashboard: Support of rows/paging function on Dashboard

Created on 6 Jul 2016  路  6Comments  路  Source: parse-community/parse-dashboard

Any roadmap for having the "rows/page" function on Dashboard?
Also, the Dashboard does not tell how many rows are currently shown. It's also very difficult to tell how many rows are returned from a query as well.

Most helpful comment

I believe it'd be really useful that it is able to show the number of rows returned from a query that one runs off the "Filter" command. At the moment there is no way to tell exactly how many rows are returned if the number is extremely large.

All 6 comments

There is no roadmap for that and I believe the dashboard is implemented with infinite paging. So the page size don't really matter in that case as there is no 'page'.
What did you had in mind?

I believe it'd be really useful that it is able to show the number of rows returned from a query that one runs off the "Filter" command. At the moment there is no way to tell exactly how many rows are returned if the number is extremely large.

That Would imply running a count on those queries; but that's feasible. We welcome pull requests if you feel you want that feature sooner than later.

Any update or work progress on this issue? Thanks.

I propose to Close this issue since the infinite paging is the accepted design, and follow the Count feature suggestion in issue #334. Do you agree @flovilmart ?

Hi. I have recently migrated my app from Parse. Thank you for your great work.

I agree that it would be very useful to have at least the row count when you filter a class using conditions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

acinader picture acinader  路  5Comments

Anindo94 picture Anindo94  路  8Comments

thphuc picture thphuc  路  4Comments

guilhermevini picture guilhermevini  路  6Comments

gianpaj picture gianpaj  路  5Comments