@pstdio/workbench 0.7.1 → 0.8.0

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
@@ -119,7 +119,7 @@ A dense, query-driven table backed by `@pstdio/ui/data-table`. Data table render
119
119
 
120
120
  - Register with `renderers.registerDataTableRenderer()`
121
121
  - Refresh with `renderers.refreshDataTableRenderer()` or provide a contribution subscription
122
- - Extensions contribute `dataTableRenderers` and place them explicitly with `panels.<id>.dataTableRenderer`
122
+ - Extensions declare a `dataTable` view body and place that view with `placements`
123
123
 
124
124
  #### Examples
125
125