examples - sqla: try searching on hybrid property

parent 2eca7258
...@@ -202,6 +202,7 @@ class UserAdmin(sqla.ModelView): ...@@ -202,6 +202,7 @@ class UserAdmin(sqla.ModelView):
column_searchable_list = [ column_searchable_list = [
'first_name', 'first_name',
'last_name', 'last_name',
'phone_number',
'email', 'email',
] ]
column_editable_list = ['type', 'currency', 'timezone'] column_editable_list = ['type', 'currency', 'timezone']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment