syrusakbary/Flask-SuperAdmin

Selecting all rows for foreign keys.

jbremer opened this issue · 0 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.. ;)