Skip to main content

Dashboard Elements

Filter

Lets you Refine the table view:

  • Click the filter icon to access the filtering section. (Here, you can set the conditions for the filter.)

Astro

  • Set filter conditions using: Select Column, Select Constrain, and Pattern.
    • Select Column: Choose the target column from the dropdown list.
    • Select Constrain: Define the filter condition. Astro
    • Pattern: Enter the corresponding filter value.
  • Use the plus button to add more conditions and the minus button to remove them.
  • Finally, click the Apply Filter button to confirm and execute the filter.

Filter Example

Here's an example where we set two filter condition:

  • Condition 01: "id" values greater than 3.
  • Condition 02: "id" values less than 5.
FieldsCondition 01Condition 02
Column:idid
Constrain:><
Pattern:35

Astro

Result:

The table now only shows rows where the values are more than 3 but less than 5 in the 'id' column.

Astro


Raw SQL Editor

  • Click on "SQL" in the top menu. This will open the SQL editor in a new tab.
  • In the SQL editor, you can write your SQL query to perform the desired database operations.

Astro

Top Right Icons

AstroDescription
...Edit Column / Delete Table
l0Open / Close the side-panel (on the Left). [Note: The panel can also be resized]
0lCloses the side-panel (on the Right)