-
Notifications
You must be signed in to change notification settings - Fork 724
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
How will this deal with 500K rows? #35
Comments
Not for now. An autocomplete widget is the only way to deal with this cardinality, it's on the todo list. |
Or maybe you can add to your API a content-range? and customize pagination ? example :
And call your functions in entity list :
|
The problem isn'y on the API side, it's with the way we deal with Reference widgets. Also, pagination configuration will soon change a lot, see #211 |
Thanks to #508, autocomplete is now part of ng-admin, and this WILL scale! |
I have an entity which has many to many relation with another entity which has 500K rows. Will multi select work?
The text was updated successfully, but these errors were encountered: