@praxisui/table 9.0.0-beta.47 → 9.0.0-beta.49

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
@@ -254,6 +254,6 @@ Main exports:
254
254
  - Separate local data mode from backend resource mode before deciding the minimum setup.
255
255
  - `enableCustomization` is opt-in and gates settings/authoring surfaces; it does not change the data mode.
256
256
  - Treat export as a governed optional operation, not as automatic support implied by `resourcePath`.
257
- - When `excel` is enabled in `export.formats`, the toolbar also exposes a visible Excel export that downloads only the current rendered page with visible columns and formatted cell values. Full filtered exports continue to use the configured collection export provider.
257
+ - When `excel` is enabled in `export.formats`, the toolbar also exposes a current-page Excel export that downloads only the rows currently loaded in the table runtime with visible columns and formatted cell values. Full filtered exports continue to use the configured collection export provider.
258
258
  - Theme the table through Material/Praxis tokens instead of targeting internal descendants.
259
259
  - Use the official documentation for full recipes on filters, rich detail rows, rules, formatting, AI authoring, and backend capabilities.