Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents
...
borderColor | green |
---|---|
borderWidth | 1 |
titleBGColor | #ddffcc |
borderStyle | solid |
title | Definition |
Userview Theme defines the look and feel of a
...
Joget app.
...
You can develop your own custom Userview Theme plugin.
Children Display |
---|
In themes that support responsive design, Userview Theme such as V5 Janux Theme will display table in responsive mode. In themes that do not support responsive design, tables will be displayed without responsive mode. You can explicitly enable or disable such behavior by adding this script into the Userview Theme's settings such as the header.
Code Block | ||||
---|---|---|---|---|
| ||||
<script> var _enableResponsiveTable = true; </script> |
...