In Twidget, you can easily filter and sort data within the database tables view. This allows you to refine and manipulate the data as needed. Below are the steps and options available for filtering and sorting data.
-
To filter data:
Click on the Filter Button: In the table toolbar, click the "Filter" button.
Add Individual Filters: You can add individual filters based on:
Table Column: Choose the column you want to filter.
Operator: Choose an operator from options such as equals, not equals, greater than, less than, contains, and many more.
Value: Enter the value to filter by.
To sort data:
Click on the Sort Button: In the table toolbar, click the "Sort" button.
Select a Field: Choose the field by which you want to sort the data.
Choose the Order: Select whether you want the results in ascending or descending order.
After applying filters, you can export the refined data:
Apply Filters: Ensure your data is filtered as per your requirements.
Export Data: Click on the export button to download the filtered data. This option is usually available within the table toolbar.
Database Storage
Managing your database storage effectively is crucial for ensuring optimal performance and cost-efficiency when using Twidget. Each entry within your database table utilizes a certain amount of storage space. Twidget provides intuitive tools to help you monitor and manage this storage. Viewing Datab...
Authentication Table
An authentication table is a crucial component in Twidget that is used to store all necessary authentication information, essential for authenticating requests. Overview. - Purpose: To store authentication details such as email, password, token signature, and reset key. - Recommendation: It's recomm...
Database Tables
Database tables are essential components of your Twidget workspace, serving as the primary storage locations for your data. In Twidget, each table consists of rows and fields, meticulously designed for efficient data management and retrieval. Structure of Database Tables. - Rows: Each row in a datab...
Database Basics
Twidget offers a comprehensive database solution for all workspaces. Here's an overview of how databases are structured and managed within Twidget: Database Structure. 1. Tables: A database may contain multiple tables. Each table stores data in a structured format. 2. Fields: Tables consist of field...
CSV Import
Twidget enables seamless import of data from a CSV file into your database. Follow the steps below to successfully import a CSV file. Step-by-Step Guide. 1. Initiate the Import: - Click on the Import button within the table toolbar. - Select Import from CSV from the dropdown. 2. Open Import Dialog: ...