Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Table view for difference database table data
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
Attachments:
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.
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.
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.