How-To Guides
Table
Setup Server-side Pagination on Table
Shows you how to set up server-side pagination on a Table widget, which allows you to manage and display large datasets.
Setup Server-side Filtering on Table
Shows how to implement server-side filtering on the Table widget, which allows you to filter data directly at the server.
Setup Server-side Searching on Table
Shows how to implement server-side search on the Table widget, enabling effective search capability by performing searches directly on the server.
List
Setup Server-side Pagination on 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.
Create Nested Lists
Shows how to create nested lists using the List widget, allows you to organize and present hierarchical data in a structured manner
Datepicker
Filter table data using 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
Upload CSV data in Table using Filepicker
Shows how to upload CSV data into a Table widget using the Filepicker widget.
Send Filepicker Data with API Requests
Shows how to send Filepicker data along with API requests, allows seamless transmission of chosen files to external services.
Iframe
Create Custom Widgets Using Iframe
Shows how to create custom widgets using Iframe, allowing you to embed external content and functionalities seamlessly within your app.
Communicate Between an App and Iframe
Shows how to communicate between an app and Iframe, enabling seamless interaction and data exchange between the two.
Select
Setup Server-side Filtering on Select
Shows how to implement server-side filtering on the Select widget, enabling data filtering directly at the server level.
Tabs
Create a Multi-step Form or Wizard Using 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.