1.7.0 • Published 9 days ago

@cdmx/wappler_ag_grid v1.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 days ago

Developed and Maintained by: Roney Dsilva

#Notes: 1.7.0 is released with AC2 support and AC1 support has been deprecated in this release. AG Grid upted to 31.2

AG Grid Module Documentation

The AG Grid module allows you to create a flexible and customizable data grid with various options and properties. Below, you'll find the list of properties and options available for configuring the AG Grid module:

AG Grid Properties

  1. ID: Unique ID for the grid. (Required)
  2. Data Source: Data source for the grid. Enter the data source to populate the grid. (Required)
  3. No Auto Load: Set to true to disable auto-load of the grid. (Default: false)
  4. Theme: Select a theme for the grid.
    • "Alpine" (Default)
    • "Balham"
    • "Material"
    • "Quartz"
    • "Custom"
  5. Dark Mode (Default: false)
  6. Locale: Select the locale for the grid. Currently supported locales: English (EN), Russian (RU), Hebrew (HE) and Portuguese (PT). (Default: EN)

Note for Custom Theme: When you select the "Custom" theme option, you have the flexibility to define your own unique styling for the ag-Grid components. This option allows you to customize the look and feel of the grid to match the design requirements of you pages and layouts. You can override the default styles provided by ag-Grid with your own CSS rules by targeting the specific CSS variables and classes used by the grid. The overrides for the "Custom" theme can be applied in the ag-theme-custom.css file located in the public/css folder. This file serves as a centralized place for customizing the grid's appearance.

To use the "Custom" theme, copy "ag-theme-custom.css" to public/css/ag-theme-custom.css and include it in your layout file.

AG Grid Options

  1. Minimum Width: The minimum width of the column. (Default: 150)
  2. Resizable: Specifies if the column can be resized. (Default: true)
  3. Sortable: Specifies if the columns are sortable. (Default: true)
  4. Case-Insensitive Sort: Specifies if the columns are sorted in case-insensitive manner. (Default: false)
  5. Filter: Specifies if the column has a filter. (Default: true)
  6. Floating Filter: Specifies if the column has a floating filter. (Default: true)
  7. Exclude Hidden Fields: Specifies if Hidden fields are to be excluded in CSV export. (Default: false)
  8. CSV Export: Specifies if Export to CSV is enabled. (Default: true)
  9. Enable RTL: Enabled Right to Left, used for Hebrew and Arabic. (Default: false)
  10. Column Hover Highlight: Specifies column hover highlighting. (Default: true)
  11. Suppress Row Deselection: Specifies if rows can be deselected. (Default: false)
  12. Pagination: Enables pagination. (Default: true)
  13. Auto Pagination: Enables automatic pagination. (Default: false)
  14. Page Limit Selectors: Allowed selectors for for page size. Set to false to hide the page size selector. (Default: 20,50,100 ).
  15. Page Limit: Number of rows to show per page. (Default: 20)
  16. Row Selection: Row Selection (single or multiple).
  • "Single"
  • "Multiple" (Default)
  1. Timezone: Timezone for Date Fields. Select the appropriate timezone from the dropdown list. (Default: Local)
  2. Date Format: Date Format for displaying date values. (Default: "dd/MM/yyyy hh:mm A")
  3. Filter Field ID: Specifies the field ID of the search field when using grid quick filter. Applicable when using Quick Filter feature of AG Grid, called from Dynamic Events on change event on the field. (Default: search_field)
  4. Loading Overlay: This enables loading overlay. (Default: false)
  5. Loading Overlay Duration: This sets loading overlay duration in ms. (Default: 500)
  6. Sticky Header and Horizontal Scrollbar: Optionally specify the header offset and topbar class.
  • Fixed Header: Enables sticky header. (Default: false)
  • Header Offset: Specifies offset from the top of the viewport area (Optional). (Default: 100)
  • Topbar Class: Specify class, e.g., "topbar", to measure the offset from (Optional). (Default: "topbar")
  • Topbar Offset: Specify topbar offset (Default: 80)
  • Fixed Horizontal Scroll: Enables Hovering horizontal scrollbar which stays at the bottom all the time. (Default: false)
  • Fixed Horizontal Scroll Width: Fixed horizontal scroll width percentage. (Default: 80%)
  1. Row Height: Height of each row in pixels. (Default: Auto)
  2. Header Height: Height of the header row in pixels. (Default: Auto)
  3. Wrap Header Text: This will cause long headers to wrap. (Default: true)
  4. Auto Header Height: The header height is automatically set based on the content of the header. (Default: true)
  5. Auto Height: The height is automatically set based on the content of the cells. (Default: false)
  6. Wrap Text: This will cause long texts to wrap in the cells. (Default: false)
  7. Center Align (V): Specifies if the cell data should be vertically centered. (Default: false)
  8. Suppress Row Click Selection: Disables row selection on row click. (Default: false)
  9. Suppress Menu Hide: Prevents hiding the column menu. (Default: false)
  10. Suppress Movable Columns: Disables moving columns. (Default: false)
  11. Enable Cell Expressions: Enables expressions in cell values. (Default: false)
  12. Animate Rows: Enables row animation on data changes. (Default: false)
  13. Suppress Aggregation Function in Header: Hides the aggregation function in column headers. (Default: false)
  14. Suppress Clipboard Paste: Disables pasting data from the clipboard. (Default: false)
  15. Suppress Scroll on New Data: Prevents scrolling to newly added data. (Default: false)
  16. Suppress Property Names Check: Disables checking for duplicate property names. (Default: false)
  17. Hide ID Field: Hides the ID Field in the Grid. (Default: false)
  18. Numeric Column Align: Align numeric columns to the right. (Default: false)
  19. Row Click Events: Enables row click events. This can be used in Dynamic events => Grid Events => Row Clicked. (Default: false)
  20. Row Double Click Events: Enables row double click events. This can be used in Dynamic events => Grid Events => Row Double Clicked. (Default: false)
  21. Enable Row Selection: Enables row selection. This can be used in Dynamic events => Grid Events => Checkbox Checked || Checkbox Unchecked. (Default: false)
  22. Enable Row Status Toggle: Enables row status toggle events. This can be used in Dynamic events => Grid Events => Checkbox Checked || Checkbox Unchecked. (Default: false)

Data Type Overrides

The Data Type Overrides feature allows you to configure type overrides for specific attributes in the data. This allows you to override the auto-detected data types. This grid allows you to define custom type overrides for specific fields in the data. The grid has the following columns:

  1. Field: The field name for which you want to override the data type.
  2. Type: The new data type you want to assign to the field. Choose from "number," "text," or "date."

Style Formatting

Text and Cell Colors

The Style Formatting feature allows you to configure custom colors and fonts for column data based on certain conditions. This grid allows you to define custom color and font settings based on specific conditions. The grid has the following columns:

  1. Field: The field name for which you want to apply the custom color and font settings. (eg. first_name or status)
  2. Condition: The condition to check for applying the custom color and font settings. (eg. status=false or name=K den). You can also supply a function here to return true or false based on the input. eg: input jsTest() in the condition field and define it as below:
    <script>
      function jsTest(data) {
        return (data.status == 'success');
      }
    </script>
  3. Color: The custom color to apply when the condition is met. Enter the color in HEX format (e.g., "#FF0000") or use named colors (e.g., "red").
  4. Area: Choose where to apply the color: "text" (cell text) or "cell" (cell background).
  5. Font: Choose the font style: "normal," "italic," or "bold."

Configure Row Colors

  1. Condition: The condition to check for applying the custom color to rows. (eg. status=false or name=K den). You can also supply a function here to return true or false based on the input. eg: input jsTest() in the condition field and define it as below:
      <script>
        function jsTest(data) {
          return (data.status == 'success');
        }
      </script>
    </script>
  2. Color: The custom color to apply to row when the condition is met. Enter the color in HEX format (e.g., "#FF0000") or use named colors (e.g., "red").

Tooltip Settings

The Tooltip Settings feature allows you to configure custom tooltips for specific fields in the data.

To set a custom tooltip text, enter the desired text for the tooltip in the field. This grid allows you to configure custom tooltips for specific fields. The grid has the following columns:

  1. Field: The field name for which you want to set a custom tooltip.
  2. Tooltip: Choose whether to enable ("yes") or disable ("no") the tooltip for the field.

Advanced Data Manipulation

The Advanced Data Manipulation feature allows you to add custom values to the field data based on specific conditions. This grid allows you to define custom data changes for specific fields. The grid has the following settings:

  1. Field: The field name for which you want to apply the custom data changes. (field name)
  2. Data: The new data source or value to be used for the field. (Eg. SC data source array or JSON Data source)
  3. Property: The property within the data source to use as the new value for the field. (Input parameter array)
  4. Output: The output value for the field. (Output parameter, similar to where clause)
  5. Area: Choose where to apply the data changes: "cell" (cell text) or "tooltip" (tooltip text).

Data Manipulation

The Data Manipulation feature allows you to add custom values to the field data based on specific conditions. This grid allows you to define custom data changes for specific fields. The grid has the following settings:

  1. Field: The field name for which you want to apply the custom data changes.
  2. Value: The value to be replaced in the field data.
  3. New Value: The new value to replace the original value in the field data.
  4. Area: Choose where to apply the data changes: "cell" (cell text) or "tooltip" (tooltip text).

Amount Fields (Type: textbox, Default: null)

  • Define the fields where the comma-separation and float parsing need to be applied. Amount Field Precision (Type: number, Default: 2)
  • Define the precision to be used for currency fields.

Display Data Manipulation

The Display Data Manipulation feature allows you to add custom text, Combine fields data. The grid has the following settings:

Using Field Data

  1. Field: The field name for which you want to apply the custom data changes.
  2. Data: The value to be replaced in the field data ex: %first_name% %last_name%.

Using JS Function

  1. Field: The field name for which you want to apply the custom data changes.
  2. Function: Create a JavaScript function that defines the custom rendering logic. In your HTML or script section, define the JS function. ex: jsChanges.

Custom Headers

Configure Header Names This grid allows you to define custom header names for specific columns. The grid has the following columns:

  1. Field: The field name for which you want to set a custom header name.
  2. Name: The custom header name to be displayed for the column.

Custom Widths

The Custom Widths feature allows you to configure custom column widths for columns.

Configure Custom Widths This grid allows you to define custom column widths for specific columns. The grid has the following columns:

  1. Field: The field name for which you want to set a custom column width.
  2. Min Width: The minimum width for the column.
  3. Max Width: The maximum width for the column.

Inline Editing

Editable Fields Makes specific cells editable. Values should be comma-separated fields.

Editable Cells Makes All cells editable. (Default: false)

Editable Rows Makes Entire rows editable. (Default: false)

Configure Selector Editors This enables Static and Dynamic Field selector options.

Static Selectors 1. Field: The field name for which you want to apply selector/dropdown for. 2. Options: JSON input of options for the select dropdown. e.g. {"1": "Angie", "2": "Radar"}

Dynamic Selectors 1. Field: The field name for which you want to apply selector/dropdown for. 2. Options Field: The field name which contains the options for the field data. e.g. {"1": "Angie", "2": "Radar"} supplied in a seperate field. This allows different options for every field.

Hide Fields and Filters

The Hide Fields and Filters feature allows you to hide components such as filters and fields.

Hide Components This will display the "Hide Fields," "Hide Filters," and "Hide Sort Filters" fields with options to specify which components to hide.

Hide Fields Enter the names of fields you want to hide separated by commas. The specified fields will be hidden from the view.

Hide Filters Enter the names of filters you want to hide separated by commas. The specified filters will be hidden from the view.

Hide Sort Filters Enter the names of the sort filters you want to hide separated by commas. The specified sort filters will be hidden from the view.


Compact View

The compact view configuration consists of the following parameters:

  • Compact View (Type: checkbox, Default: false)

    • Enable or disable the compact view for the grid.
  • Grid Size (Type: number, Default: 3)

    • Specify the grid size for the compact view. This determines the number of columns in each row.
  • Grid Item Height (Type: number, Default: 20)

    • Set the height of each item in the compact view.

Column Groups

This feature allows you to organize and group columns for a more structured presentation of data. Instead of using the built-in top left corner button, you can opt for a separate Export button that triggers the action to download data as a CSV file.

Group Configuration

This option enables column grouping functionality.

Group Configurations

This option allows you separate fields into different groups. Each configuration includes:

  • Group Name: Assign a name to the group for easy identification.
  • Start Field: Specify the starting field of the group.
  • End Field: Define the ending field of the group.

These configurations help you create organized and logical groupings of columns for your data presentation needs.


Total Row Footer

The "Total Row Footer" feature allows you to define and display a footer row in a grid or table that shows the totals and counts of specified columns. This can be helpful for summarizing data in your grid and providing users with a quick overview of important statistics.

Configuration includes:

  • Columns To Count: Specify the columns you want to count in the footer row. Separate column names with commas. Note: Counts only Unique values by default.
  • Count Non-Unique: Enable to count non-unique values.
  • Columns To Sum: Specify the columns you want to calculate the sum of in the footer row. Separate column names with commas.
  • Fixed Footer: Enables fixed footer totals row. (Default: false)

Set Filters

The "Set Filters" feature allows you to enable the setting of filters for columns in a user interface. This feature allows to preset filters when the grid is rendered.

Configuration includes:

Set Filters

Toggle to enable or disable the feature. When enabled, users can set filters for columns. (Default: false)

Custom Filters: A grid that allows you to define custom filters.

  • Field: The column name to filter.
  • Filter Type: The type of filter to apply, options available are: "Starts With," "Less Than," "Date From," "Greater Than," "Equals," and "Contains."
  • Filter Value: The Value/Filter to be applied.

Configure Actions Column

The Configure Actions Column feature allows you to configure actions for the buttons in the Actions Column.

Enable Actions This will display the "Configure Actions" options for the buttons in the Actions Column.

Note: Button Tooltip Supports Calling a function, just define a function and add the function name in the Tooltip e.g. getEditTooltip(). In the function the variable for the row data will be available as the first attribute e.g. getEditTooltip(data), then data holds the values of the row.

Pin Actions Column This will keep the Actions Column fixed when scrolling horizontally.

Actions Column Position This will set the position of the Actions Column.(Default: Right)

Actions Column Min Width This will set the minimum width (px) for the Actions Column.(Default: 80)

Actions Column Max Width This will set the maximum width (px) for the Actions Column.(Default: null)

Edit Action Button This will display the "Edit Action Button" options.

Edit Action Button Title Specify the title for the Edit Action button.

Edit Action Button Tooltip Specify the tooltip text for the Edit Action button.

Edit Action Button Class Specify the CSS class for styling the Edit Action button.

Edit Action Button Icon Class Specify the CSS class for styling the icon of the Edit Action button.

Edit Action Button Condition Specify the condition to Show the Edit Action button, eg: code==TEST, or status==COMPLETED||status==FINISHED or status==COMPLETED&&user_status==true

View Action Button This will display the "View Action Button" options.

View Action Button Title Specify the title for the View Action button.

View Action Button Tooltip Specify the tooltip text for the View Action button.

View Action Button Class Specify the CSS class for styling the View Action button.

View Action Button Icon Class Specify the CSS class for styling the icon of the View Action button.

View Action Button Condition Specify the condition to Show the View Action button, eg: code==TEST, or status==COMPLETED||status==FINISHED or status==COMPLETED&&user_status==true

Delete Action Button This will display the "Delete Action Button" options.

Delete Action Button Title Specify the title for the Delete Action button.

Delete Action Button Tooltip Specify the tooltip text for the Delete Action button.

Delete Action Button Class Specify the CSS class for styling the Delete Action button.

Delete Action Button Icon Class Specify the CSS class for styling the icon of the Delete Action button.

Delete Action Button Condition Specify the condition to Show the Delete Action button, eg: code==TEST, or status==COMPLETED||status==FINISHED or status==COMPLETED&&user_status==true

Custom Action Buttons

Buttons 1-10

Buttoni Action Button This will display the "Buttoni Action Button" options.

Buttoni Action Button Title Specify the title for the Buttoni Action button.

Buttoni Action Button Tooltip Specify the tooltip text for the Buttoni Action button.

Buttoni Action Button Class Specify the CSS class for styling the Buttoni Action button.

Buttoni Action Button Icon Class Specify the CSS class for styling the icon of the Buttoni Action button.

Buttoni Action Button Condition Specify the condition to Show the Buttoni Action button, eg: code==TEST, or status==COMPLETED||status==FINISHED or status==COMPLETED&&user_status==true

Action Attributes

Load

  • Mainly to be used in conjunction with "No Auto Load" enabled so that you can load only when certain conditions are met.
  • Use Case: Used when you're awaiting the population of specific elements or data before loading the grid. It's also useful for refreshing the grid intentionally.

Reload (Beta)

  • To be used in conjunction with "No Auto Load" enabled
  • This performs a transactional update of the client-side data in the grid after comparing the existing and updated datasets
  • To use this: Enable "No Auto Load", On Edit or update actions, perform an SC load, On Success of SC load perform the AG Grid Module Reload Action.

Export

  • To be used if you wish to use a separate Export button instead of using the inbuilt top left-cornered Export button.
  • Trigger this action to call Export Data to CSV download action.

Save Column State

  • This action allows you to save the current state of the grid's columns, including their visibility and order, to the browser's local storage.
  • It is useful when you want to remember and restore a specific column configuration for the grid.

Reset Column State

  • This action enables you to reset the grid's column state to default state.
  • It is useful when you want to revert the column configuration to a default configuration.

Pin Columns to Left

  • This action allows you to pin one or more columns to the left side of the grid.
  • It is useful when you want to freeze specific columns in place for easy reference, even as you scroll horizontally.

Hide Columns

  • The "Hide Columns" feature allows you to selectively hide one or more columns.

Import File Data

  • The "Import File Data" action allows to import data from CSV and XLSX files into the AG Grid. This action simplifies the process of populating the grid with external data sources.
  • Key Features:
    • File Type Support: Currently, this feature supports two common file types - CSV (Comma-Separated Values) and XLSX (Microsoft Excel).
    • File Field ID: Users must specify the "File Field ID,"

Get Selected Rows

  • The "Get Selected Rows" feature is designed to retrieve selected rows.
  • This variable named "selectedRows", holds the selected data for access from other modules.

Quick Filter

  • The "Quick Filter" feature is designed to filter the results based on the value in the Filter Field defined in above settings.
  • Quick Filter is used to filter rows by comparing against the data in all columns. This can be used in addition to column-specific filtering.

License

The AG Grid module is licensed under the MIT License. Please refer to the license file for more details.

For any issues or further assistance, please contact our support team.

1.7.0

9 days ago

1.6.4

17 days ago

1.6.5

17 days ago

1.6.3

1 month ago

1.6.2

2 months ago

1.6.1

2 months ago

1.6.0

2 months ago

1.5.14

2 months ago

1.5.13

2 months ago

1.5.10

2 months ago

1.5.12

2 months ago

1.5.11

2 months ago

1.5.9

3 months ago

1.5.8

3 months ago

1.5.7

3 months ago

1.5.6

3 months ago

1.5.5

4 months ago

1.5.4

4 months ago

1.5.3

4 months ago

1.5.2

4 months ago

1.5.1

4 months ago

1.5.0

4 months ago

1.4.9

4 months ago

1.4.8

4 months ago

1.4.7

4 months ago

1.4.6

4 months ago

1.4.5

4 months ago

1.4.4

4 months ago

1.4.3

4 months ago

1.4.2

4 months ago

1.4.1

5 months ago

1.3.9

5 months ago

1.4.0

5 months ago

1.3.8

5 months ago

1.3.7

5 months ago

1.3.6

5 months ago

1.3.5

5 months ago

1.3.4

5 months ago

1.3.3

5 months ago

1.3.2

5 months ago

1.2.8

5 months ago

1.2.7

5 months ago

1.2.6

5 months ago

1.2.5

5 months ago

1.2.9

5 months ago

1.3.1

5 months ago

1.3.0

5 months ago

1.2.0

6 months ago

0.8.9

8 months ago

0.8.8

8 months ago

0.8.5

8 months ago

0.4.9

9 months ago

0.8.4

8 months ago

0.4.8

9 months ago

0.8.7

8 months ago

0.8.6

8 months ago

1.2.4

6 months ago

1.2.3

6 months ago

1.2.2

6 months ago

1.2.1

6 months ago

0.3.0

9 months ago

0.7.2

9 months ago

0.3.6

9 months ago

0.7.1

9 months ago

0.3.5

9 months ago

0.7.4

9 months ago

0.3.8

9 months ago

0.7.3

9 months ago

0.3.7

9 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.7.0

9 months ago

0.3.4

9 months ago

0.3.3

9 months ago

1.1.1

7 months ago

0.9.8

7 months ago

1.1.0

7 months ago

0.9.7

7 months ago

0.9.9

7 months ago

0.9.4

8 months ago

0.5.8

9 months ago

0.9.3

8 months ago

0.5.7

9 months ago

0.9.6

7 months ago

0.9.5

7 months ago

0.5.9

9 months ago

1.1.9

6 months ago

1.1.8

6 months ago

1.1.7

6 months ago

1.1.6

7 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

0.8.1

8 months ago

0.4.5

9 months ago

0.0.9

9 months ago

0.8.0

8 months ago

0.4.4

9 months ago

0.0.8

9 months ago

0.8.3

8 months ago

0.4.7

9 months ago

0.8.2

8 months ago

0.4.6

9 months ago

0.4.1

9 months ago

0.0.5

9 months ago

0.4.0

9 months ago

0.0.4

9 months ago

0.4.3

9 months ago

0.0.7

9 months ago

0.4.2

9 months ago

0.0.6

9 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.6.7

9 months ago

0.6.6

9 months ago

0.6.9

9 months ago

0.6.8

9 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

0.1.0

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.9.0

8 months ago

0.5.4

9 months ago

0.1.8

9 months ago

0.5.3

9 months ago

0.1.7

9 months ago

0.9.2

8 months ago

0.5.6

9 months ago

0.9.1

8 months ago

0.5.5

9 months ago

0.1.9

9 months ago

0.5.0

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.5.2

9 months ago

0.1.6

9 months ago

0.5.1

9 months ago

0.1.5

9 months ago

0.7.9

8 months ago

0.7.6

9 months ago

0.7.5

9 months ago

0.3.9

9 months ago

0.7.8

8 months ago

0.7.7

8 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.6.3

9 months ago

0.2.7

9 months ago

0.6.2

9 months ago

0.2.6

9 months ago

0.6.5

9 months ago

0.2.9

9 months ago

0.6.4

9 months ago

0.2.8

9 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.6.1

9 months ago

0.2.5

9 months ago

0.6.0

9 months ago

0.2.4

9 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago