Replies: 5 comments 3 replies
-
Perhaps this helps: In the model
in the tableComponent
Taken from the docs |
Beta Was this translation helpful? Give feedback.
-
I ended up using
Everything else I tried just gave me SQL errors about non-existent columns or nothing at all. |
Beta Was this translation helpful? Give feedback.
-
You shouldn't have to re-query the model. The key is to ensure that any columns relied upon by your accessor are either defined as a column on the table, or manually included in the query via What worked for me: In
In
|
Beta Was this translation helpful? Give feedback.
-
Closing due to age. Appreciate you responding to discussions, but this one was a year old! |
Beta Was this translation helpful? Give feedback.
-
I spent quite a bit of time on this issue. It may be a good idea to put a warning in the docs that you should use Apologies if they already have something about this, I don't remember seeing it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In V1 , I could get the model accessor as column data.
In V2 it throws sql errors that the column does not exist.
Am I missing something or is this no longer possible?
where 'status_text' is an accessor in the model:
model accessor:
and it exists in $appends:
Beta Was this translation helpful? Give feedback.
All reactions