How to get variable at another column in the table? #4519
Answered
by
zkwolf
amantiwari1
asked this question in
Q&A
-
for example <p slot="instance_name" slot-scope="instance_name">
{{ instance_name }}
I want to get status for this
{{status}} it seems doesn't works
</p>
<p slot="status" slot-scope="status">{{ status }}</p> why status? because I want to check status like if status is failed then |
Beta Was this translation helpful? Give feedback.
Answered by
zkwolf
Aug 16, 2021
Replies: 1 comment
-
you can use record, like the aciton column in https://antdv.com/components/table/#basic-Usage |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amantiwari1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use record, like the aciton column in https://antdv.com/components/table/#basic-Usage