mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
33 lines
877 B
Markdown
33 lines
877 B
Markdown
# Data Table Package
|
|
|
|
## Overview
|
|
Data table component with advanced features for displaying and interacting with tabular data.
|
|
|
|
## Location
|
|
[/packages/data_table/](/packages/data_table/)
|
|
|
|
## Purpose
|
|
Provides a comprehensive data table component with sorting, filtering, pagination, and other data management features.
|
|
|
|
## Features
|
|
- Column management
|
|
- Sorting and filtering
|
|
- Pagination
|
|
- Row selection
|
|
- Data editing
|
|
- Export functionality
|
|
|
|
## Seed Data
|
|
Configuration and seed data are located in the package's seed directory.
|
|
|
|
## Configuration
|
|
Data tables are configured through JSON schema definitions stored in the database.
|
|
|
|
## Usage
|
|
Import the data table component through the package management system.
|
|
|
|
## Related Documentation
|
|
- [Package System](/docs/development/package-system.md)
|
|
- [Component Architecture](/docs/architecture)
|
|
- [Database Schema](/docs/database)
|