Show column not in DB #508
Replies: 1 comment
-
Will be available in #544 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, I was wondering if this project supports defining columns at runtime as
flask-admin
does. What I mean is that supposed we have a model likeand I would like to show a column in the
List
page that is calledstatus
that would depend on thename
. For examplestatus == True
ifactive
is inname
. Withflask-admin
all I need to do is define a formatter and then add that formatter to thecolumn_formatters
ditionary. Is it possible to do something similar in this project?Beta Was this translation helpful? Give feedback.
All reactions