Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
When a Datalist created is being viewed in an Userview's List, there are few things that will take place.
In this article, we will be using a custom query to build the data set for the Datalist. The custom query will be placed in JDBC Datalist Database Binder.
Let's set the stage first.
This is the select query that we will use in the datalist binder.
SELECT o.*, i.* FROM order o JOIN order_item i ON o.id = i.order_id
aaa