syrusakbary / Flask-SuperAdmin

The best admin interface framework for Flask. With scaffolding for MongoEngine, Django and SQLAlchemy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selecting all rows for foreign keys.

jbremer opened this issue · comments

When adding or modifying a row which has a foreign key there's a dropdown box (which is a nice idea - although it'd be even more awesome if I can specify a way to search through all rows of this particular table) but it fetches all rows from the table.
You can imagine this doesn't really work well when you have a foreign key in a table with a few million rows.. ;)