**Multi-select enum** controlling table display behavior. Selected values enable the corresponding feature.

**Available options**:
- `showToolbar`: Show the toolbar with action buttons
- `showQueryBar`: Show the query/filter bar above the table
- `showColumnHeader`: Show column headers
- `showStatusBar`: Show the status bar (pagination) below the table
- `showLinksInNameColumn`: Make entity names clickable links
- `showNewButton`: Show the "Create New" button
- `displayRowsInCompactMode`: Display rows in compact/single-spaced mode

**Important**: Unless explicitly specified otherwise, `showLinksInNameColumn` should always be included when configuring `displayOptions`. Omitting it makes entity names plain text instead of clickable links, which is almost never desired.

**Note**: When a new widget is created, default display options are applied automatically. The defaults include all options except `displayRowsInCompactMode`.
