Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
The main area of interest would be the datalist builder. Observe that the "member" column is making of the BeanShell Formatter.
Figure 3: Datalist Builder
...
We can improve the result by making use of some CSS codes. The CSS code can be placed into the userview menu itself, in this example, we are placing it in CRUD Menu.
Sample CSS:
Code Block | ||
---|---|---|
| ||
<style> .profile-wrapper{ border: 1px dashed grey; padding: 5px; text-align: center; } .profile-photo{ } .profile-name{ font-weight: bold; padding: 5px; } </style> |
...