Data Viewer
An enterprise-level data viewing component based on BrConfigProvider for global theme configuration. It supports multiple view switching, filtering, and exporting, and can seamlessly integrate with BrTable and BrCard.
Component Features
- 🔄 Multi-view Switching: Supports fast switching between table, card, JSON, and tree structures.
- ✨ Data Highlighting: Easily highlight important keywords in your data.
- 📑 Built-in Pagination: Integrated client-side pagination with search filtering support.
- 🎨 Theme Customization: Supports global theme customization based on
BrConfigProvider.
Basic Usage & Multi-view Switching
Supports fast switching between table, card, JSON, and tree structures.
Card View & Data Highlighting
Set the default view to card via default-view="card", and combine with highlight-keywords to implement keyword highlighting.
Theme Customization & Global Configuration
Demonstrates how to globally configure component styles via BrConfigProvider.
Pagination
Set :pagination="true" to enable automatic client-side pagination, or pass an object for controlled pagination.