How to add a static table as information #294
Answered
by
ansibleguy76
vailenwallaces
asked this question in
Q&A
Replies: 2 comments 1 reply
-
this ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ansibleguy76
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to give the user an overview before they, for example, order new accounts.
I have the data that I want to display in a variable:
data : "[{"name":"[email protected]","type":"SuperAdmin"},{"name":"[email protected]","type":"NichtsoSuperAdmin"},{"name":"[email protected]","type":"NichtsoSuperAdmin"}])"
I tried solving this using a table.
Is there possibly a better way?
Or is there perhaps an option to hide the Action column?
I understand that "table" is not really intended for this purpose. I played around a bit with "html," but I couldn't quite get it to work.
Or are there other ways? Did I miss something?
thx
Beta Was this translation helpful? Give feedback.
All reactions