I am using the Bonitasoft
tool to develop a BPM project, I have a PostgreSQL database that through a JDBC insert and change records by Bonitasoft , but I can not select the data from the database and display it in my UI Designer , since it is not yet widely used, I did not find much information about it, if you have some material or some idea of how I can display the data in a spreadsheet in my UI Designer soon, it would be very useful.
I tested the return that my Select
brings me and the information matched correctly with what I need, so I added the information to a arrayList
, my problem now is to display the information of this Array in UI Designer