Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table browse (GET) should also return the total no of records in the table #5

Open
ctzurcanu opened this issue Feb 2, 2014 · 2 comments
Milestone

Comments

@ctzurcanu
Copy link

This is very useful for pagination and other REST-full interfaces implement it.

I have just created: https://github.com/ctzurcanu/ArrestGrid as a complement to ArrestDB. It needs total no of recs for pagination :)
alpha demo:
http://dataverse.ro/alpha3/

@alixaxel
Copy link
Owner

alixaxel commented Feb 2, 2014

That's a nice suggestion, I'll try to implement it in the next version.

@alixaxel alixaxel added this to the 2.0.0 milestone Apr 3, 2014
@ogizanagi
Copy link

As previously mentionned in another issue, I made something along this approach in the emergency of a personnal need in a fork.
See https://github.com/ogizanagi/ArrestDB#responses.

Beware, it is not a perfect implementation and might need some refactors.

BTW, I think paging will be a better option than relying on an offset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants