@cplace/mcp-server 1.10.6 → 1.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/plugins/core/widget-specifications/cf.cplace.platform.tableWidget/_implementation.md
CHANGED
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
1. Configure `search` (and optionally `connectedWidgetId` for master-detail)
|
|
9
9
|
2. Define visible columns via `columns` attribute
|
|
10
10
|
3. Optionally configure sorting (`multiSortColumns`), filtering (`filters`), and grouping (`groupColumn`)
|
|
11
|
-
4. Configure display options via `displayOptions` multi-enum
|
|
11
|
+
4. Configure display options via `displayOptions` multi-enum (always include `showLinksInNameColumn` unless explicitly told otherwise)
|
package/dist/plugins/core/widget-specifications/cf.cplace.platform.tableWidget/displayOptions.md
CHANGED
|
@@ -9,4 +9,6 @@
|
|
|
9
9
|
- `showNewButton`: Show the "Create New" button
|
|
10
10
|
- `displayRowsInCompactMode`: Display rows in compact/single-spaced mode
|
|
11
11
|
|
|
12
|
+
**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.
|
|
13
|
+
|
|
12
14
|
**Note**: When a new widget is created, default display options are applied automatically. The defaults include all options except `displayRowsInCompactMode`.
|
package/package.json
CHANGED