MUI Form & Table
Form and Table UI configuration for App Engine
Every ui property that controls padding, elevation and background colour of forms, sections and tables.
POSTED: | UPDATED: | by Stefan Schüttenkopf
Form
Each property improves the appearance of the panel:
| Property | Type | Default Value | Purpose | |
|---|---|---|---|---|
| displaySubmitButton | boolean | true | Optional | Determines whether to show the submit button |
| formBackgroundColor | string | Optional | Background color applied to the entire form container | |
| formPadding | number | 0 | Optional | Specifies the inner padding of the form |
| sectionElevation | number | 3 | Optional | Specifies the shadow elevation heigh for the section |
| sectionPadding | number | string | 0 | Optional | Specifies the inner padding of the section. Can be either a number (in pixels) or a string ('16px') |
| sectionBackgroundColor | string | Optional | Background color applied to the section |
Default:
Example:
🖼
This screenshot was not migrated from Confluence. View it on the original page.
ui: {
displaySubmitButton: false,
formBackgroundColor: 'gray',
formPadding: 1,
sectionBackgroundColor: 'green',
sectionPadding: 8,
sectionElevation: 0
}
Table
Each property improves the appearance of the panel:
| Property | Type | Default Value | Purpose | |
|---|---|---|---|---|
| elevation | number | 3 | Optional | Specifies the shadow elevation heigh for the section |
| padding | number | string | 0 | Optional | Specifies the inner padding of the section. Can be either a number (in pixels) or a string ('16px') |
| backgroundColor | string | Optional | Background color applied to the entire form container |
Default:
🖼
This screenshot was not migrated from Confluence. View it on the original page.
Example:
🖼
This screenshot was not migrated from Confluence. View it on the original page.
ui: {
elevation: 1,
padding: 2,
backgroundColor: 'gray'
},
Source: Form and Table UI configuration for App Engine — Confluence space MAE, last modified Jul 28, 2026.
Updated on Aug 11, 2026