Introduction
UI Theme, previously known as Userview Theme, defines the look and feel of a Joget app.
You can develop your own custom Userview Theme plugin.
List of UI Themes
- Bootstrap Theme
- Corporati Theme
- Creative Theme
- DX 8 Angle Theme
- DX 8 Color Admin Theme
- DX 8 Plain Theme
- DX 8 Trimeda Theme
- DX Progressive Theme
- DX X-Admin Theme
- Elegant Theme
- Enterprise Theme
- Gray Theme
- Modern Theme
- Portal Theme
- V3 Default Theme
- V5 Janux Theme
- V6 Universal Theme
Responsive Table
In themes that support responsive design, UI Theme such as V5 Janux Theme will display the 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 behaviour by adding this script into the UI Theme's settings such as the header.
Script to enable/disable responsive table
<script> var _enableResponsiveTable = true; </script>