Introduction
Welcome to the Ares DataTable documentation! This library is a highly customizable and efficient data table component designed for seamless integration into Vue 3 applications.
Key Features
- Client & Server Mode – Supports both local data handling and API-driven content.
- Pagination, Filtering & Sorting – Built-in mechanisms for data manipulation.
- Custom Rendering – Use named slots or
cellRender
functions for flexible UI customization. - Nested Data Support – Easily display and filter fields from related objects (e.g.,
user.name
). - Advanced Filtering – Multiple filter types, including text, numeric, date range, and select fields.
- Highly Configurable – Fine-tune table behavior through props like
columns
,pagination
,filter
, andrepresentation
.
Getting Started
To start using Ares DataTable, check out the Installation Guide and explore the core concepts in:
For advanced customization, see the Slots & Custom Rendering guide.
Let's build powerful tables with Ares DataTable! 🚀