Hi everyOne,
haw can I display data from mysql in a table UI Designer
I use a mysql connector with query "select * from xxx"
my bonita version is 7.12
and I went to display the data in a table which has a column contains a action to do like:details,delete,update...
haw can I do this issue?
Can you share the REST API you are performing (URL, payload...)?
thanks
alexsunny
And can you share a bit more of information about your use case? the MySQL database is an external database or is it the database you installed for your business data or as Engine database ?
Thx
now I'm using an external mysql database but I went to use it as engine database but I can't configure bonita to use work with it (if you can help me to configure it, it will be greatfull :) ).so now I use the connector mysql to connect to mysql I can use insert query and it's ok ,but how can display this data which I inserted in a table in the UI Designer?