📄️ DEPRACATED - Child Table
A child table component is a feature within a table or data display structure that allows the representation of related data in a hierarchical or nested format. It's often used in scenarios where one set of data is directly associated with or linked to another set, creating a parent-child relationship.
📄️ DataList
This component is intended to get a list of data (similar to using it with the Datatable component). It shows data from the DatatableContext as a list of sub-forms. The DataList component should be placed inside the DatatableContext component. Note that other DatatableContext-specific components (Pager, Quick Search, Table view selector) can also affect the DataList, similar to the Datatable.
📄️ DataTable Context
A datatable context component is a powerful tool that allows users to manage and manipulate tabular data within an application. It's often used in scenarios where you need to display, organize, and interact with data in a structured, table-like format.
📄️ DataTable
A Datatable component is a versatile tool used to manage and configure the columns in a table, often within the context of a low-code or no-code platform. This component allows users to define, organize, and manipulate the structure and appearance of columns in a table-based display.
📄️ Quick Search
The Quick Search component is a user interface element designed to enable fast and efficient searching within a dataset, often used in applications displaying large amounts of information. It provides a quick and simple way for users to find specific data within a table, list, or any structured display. This component should be used within a Datatable Context Component.
📄️ Refresh Table / Toggle Advanced Filter / Toggle Columns Selector
**NOTE** These components should be used within a Datatable Context Component.
📄️ Table Pager
The Table Pager component is a user interface element used in applications that display large sets of data in a tabular or paginated format. Its primary function is to break down the dataset into manageable sections or pages, enabling users to navigate through the data easily. This component should be used within a Datatable Context Component.
📄️ Table View Selector
The Table View Selector is a user interface component commonly found in applications, particularly those dealing with tabular or list-based data. It allows users to switch between different predefined views or filters of the data presented in a table format. This component provides a list of configurable query builders that can be used to configure the different predefined filters and views. This component should be used within a Datatable Context Component.