Skip to main content

How-To Guides

Table


Shows you how to set up server-side pagination on a Table widget, which allows you to manage and display large datasets.

Shows you how to add and edit Table data through inline editing.

Shows how to implement server-side filtering on the Table widget, which allows you to filter data directly at the server.

Shows how to implement server-side search on the Table widget, enabling effective search capability by performing searches directly on the server.

Shows you how to refresh table data based on specific actions.

List


Shows how to implement server-side pagination on the List widget, enhancing performance by fetching and displaying data in manageable chunks directly from the server.

Shows how to create nested lists using the List widget, allows you to organize and present hierarchical data in a structured manner

Datepicker


Shows how to filter table data using the Datepicker widget, allows users to narrow down and view information based on specific date ranges.

Filepicker


Shows how to upload CSV data into a Table widget using the Filepicker widget.

Shows how to send Filepicker data along with API requests, allows seamless transmission of chosen files to external services.

Iframe


Shows how to create custom widgets using Iframe, allowing you to embed external content and functionalities seamlessly within your app.

Shows how to communicate between an app and Iframe, enabling seamless interaction and data exchange between the two.

Select


Shows how to implement server-side filtering on the Select widget, enabling data filtering directly at the server level.

Tabs


Shows how to create a multi-step form or wizard using the Tabs widget, allowing users to navigate through different sections of a form in a structured and organized manner.