📄️ Introduction
Kottster tables let you view and manage data in the database tables.
🗃️ Configuration
3 items
📄️ TablePage component
The TablePage component displays a dynamic table for viewing and managing data from a database. It includes features like search, sorting, filtering, and a record modal for inserting or updating records.
📄️ TablePage form
The TablePage component includes a built-in form for viewing, inserting, and updating records in the database table. To enable the form, provide the form prop to the TablePage component.