# What we do

EzyTables is a minimalist data table library for JavaScript. It provides developers with a simple and intuitive way to create, manage, and manipulate data tables in their applications.\
\
Key functionalities of EzyTables include:\
\
\- Creating tables with various data types and structures.\
\- Adding and removing data from the tables.\
\- Sorting and filtering data based on specific criteria.\
\- Pagination support for managing large data sets.\
\- Providing a loading state feature to display a loading indicator while data is being fetched.\
\- Offering customization options to match the look and feel of your application.\
\
In essence, EzyTables simplifies the process of handling data tables in JavaScript applications, making it easier and more efficient for developers.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://carloss-organization-8.gitbook.io/easytables/overview/what-we-do.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
