> For the complete documentation index, see [llms.txt](https://appseed.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appseed.gitbook.io/docs/developer-tools/flask-dynamic-datatables.md).

# Flask Dynamic DataTables

The tool aims to provide a powerful data table interface using the developer's minimum amount of code For newcomers, Flask is a leading backend framework used to code from simple websites and APIs to complex eCommerce solutions. The presentation layer uses `Simple-DataTables` and Vanilla JS code to render the information.

* 👉 [Flask Dynamic DataTables](https://github.com/app-generator/devtool-flask-dynamic-datatb) - source code (MIT License)
* 👉 Free [support](https://appseed.us/support/) via Email and [Discord](https://discord.gg/fZC6hup)
* 👉 More [Developer Tools](https://appseed.us/developer-tools/) - provided by AppSeed

### Tool Specs & Status

As mentioned above, the `Dynamic DataTables` tool aims to enable a powerful data table interface on top of any Flask codebase with a minimum effort. Here are the steps:

* `Define a new model` in the project (an old one can be also used)
* `Execute the database migration` to create/update the associated tables
* `Update the configuration` to enable the Dynamic Data Table service over the model
* `Start` the app
* Access the `Dynamic DataTable` provided on op of the model

For instance, if the new model managed by the Dynamic Data Table Service is called books, the associate API is exposed at `/datatb/books/`

A video presentation of this feature can be found on YouTube:&#x20;

{% embed url="<https://www.youtube.com/watch?v=kYRvhQj-JQE>" %}
Flask Dynamic DataTables - Free Tool for Developers
{% endembed %}

## 🚀 Where to go from here

* 👉 Contact AppSeed using the [support](https://appseed.us/support/) page&#x20;
* 👉 Use the [App Generator](https://appseed.us/generator) to generate a new project


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://appseed.gitbook.io/docs/developer-tools/flask-dynamic-datatables.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.
