Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi Zhen Jian Toh
Check out Image Datalist Formatter from Joget Marketplace.
hi matthew king,
thanks for your answer, i'm to try this solution.
Hi Iman Maryadi
In Datalist>Source>Configure JDBC Datalist Binder, you can compose the SQL query example below (for MySQL) to display images in datalist listing, do ensure you tick "Yes" in column properties for "Render value as HTML". Do ensure that the:
SELECT CONCAT("<img src='/jw/web/client/app/MyApp/latest/form/download/MyApp/",id,"/",c_Picture,".' height='100' width='100' align='middle' alt='",c_Desc,"'>","<br/>","<b>",c_AppName) AS AppName,
FROM app_fd_MyApp;
Hi Matthew, I try the code but it still shows error Fail to retrieve column list. Please check your configuration.
Dear master,
How to show image icon in datalist builder?