Replies: 1 comment
-
Hi, I haven't tested this but try the following: t = jp.QTable()
t.evaluate_prop = ['format'] This tells the frame work to evaluate the prop in the front end when assigning it. For example, it works with the Please let me know if this works. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to pass a javascript function to a Quasar component?
e.g. a QTable column can take a format attribute as a function like
(val, row) => '${val}%'
however setting a suitable string doesn't seem to cut it with the console reporting an errorTypeError: t.format is not a function
Beta Was this translation helpful? Give feedback.
All reactions