@praxisui/table 9.0.0-beta.88 → 9.0.0-beta.90

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/README.md CHANGED
@@ -118,6 +118,12 @@ Common outputs:
118
118
  - `loadingStateChange`, `collectionLinksChange`
119
119
  - `widgetEvent`
120
120
 
121
+ Row, selection and action events can include the read-only `resourceIdentity`
122
+ materialized from the response schema. A valid explicit identity is preferred;
123
+ otherwise a valid `idField` can produce a diagnostic key-only fallback. This
124
+ context is for list/detail continuity and must not be copied into command
125
+ controls or persistence payloads.
126
+
121
127
  ## TableConfig Boundaries
122
128
 
123
129
  `TableConfig` comes from `@praxisui/core` and is the public table configuration contract. It covers columns, behavior, appearance, toolbar, messages, filtering, selection, expansion, export configuration, conditional styles/renderers, and other table semantics.