Replies: 4 comments
-
Can you give me an example of how you're using a computed value please and I'll see if I can replicate it on my end. |
Beta Was this translation helpful? Give feedback.
-
just stupid example: i have User table with birth date, computed attribute is return whether the user is kid, teen, adult |
Beta Was this translation helpful? Give feedback.
-
Not sure if you are still interested but I found a solution here: ##831 |
Beta Was this translation helpful? Give feedback.
-
You can also use the setTdAttributes to add attributes to a particular column. It is in the docs, but shout if it isn't clear. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add computable value to column? i am trying to avoid calling db to get the model and then getting custom attribute inside format callback, thanks
Beta Was this translation helpful? Give feedback.
All reactions