show table data in custom widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2022 11:01 PM
I have members table which has users in it and I want to display groups which I am the member of . But If i do directly it will show the members table (i.e group names only and user ) but instead I want to show the group table for it .Below are the table structure attached pls have a look. Groups Name in Members table is a reference type referencing to u_grp_table.
Members Table(u_grp_members)
Groups Name |
User |
Y_test_grp |
Allen Thomas |
Z_test_grp |
Allen Thomas |
K_test_grp |
Allen Thomas |
Groups Table(u_grp_table)
Groups Name |
Group Description |
Group Template |
Y_test_grp |
Check y grp |
Simple |
Z_test_grp |
Check z grp |
Columns |
K_test_grp |
Check k grp |
double |
A-test_grp |
Check a grp |
simple |
B_test_grp |
Check b grp |
simple |
The custom widget created is like.Pls help me how can i dispaly the above requirement