Table view for difference database table data

thumbnail
Yan Paing, modified 6 Years ago. Regular Member Posts: 130 Join Date: 3/11/10 Recent Posts
Dear All,I would like to show user to choose difference database tables in single front end table with check box, like role permission given in liferay as attached. Table A column 1 will be 1st Column of the front end table and Table B column 1, Column 2, Column 3 will be in the header of the table.  Can someone please suggest sample code , or any example download for that. Thank you
thumbnail
David H Nebinger, modified 6 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts
This is not a "database table" view. There is no table that exists that is structured this way.

The UI is just a table w/ rows and columns, populated via code embedded in the JSP page but interpreting Liferay permissions settings retrieved from the database.
thumbnail
Yan Paing, modified 6 Years ago. Regular Member Posts: 130 Join Date: 3/11/10 Recent Posts
Thanks David, So i need to implement code for combining 2 or 3 tables data from impl class in service builder level and then jsp call that method.