can we have a solution of display of data in the form of table integrating html in plsql
Creating an application using Apex where I have used display only page item to fetch the status according to the input provided in the textbox from oracle database. I have used plsql code to execute the queries and fetch the data. The issue is when the data is displayed it is trimming the spaces and I am not able to get the data in the format. I have used rpad but it is not working in the code can I integrate html with plsql to get the tabluar format or is there any other feasible solution that I can implement.