Skip to content
Discussion options

You must be logged in to vote

You are getting into very complicated things. You just need to select from your table directly.

select 'table' as component;
select Username from JC_User_Info;

That's all. That will populate the table component with a single column named Username and the values from the JC_User_Info table.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@lovasoa
Comment options

@lovasoa
Comment options

@Pieter3033
Comment options

Answer selected by Pieter3033
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants