show / hide menu

ShowDataTable

Syntax:

ShowDataTable(ControlName)

Argument Count: 1

Description: The ShowDataTable function is used to display a DataTable within a specified control on the user interface.

Arguments:

ControlName

  • Type: Control
  • Is Optional: false
  • Description: The name of the control where the DataTable will be displayed. This argument must be provided and specifies the target UI element.

Details:

The ShowDataTable function requires one argument, ControlName, which is a reference to a UI control. This control will be the container where the DataTable is rendered. The ControlName must be valid and existing in the current UI context for the function to execute successfully.

Example Usage:

ShowDataTable(“DataTableStatic”)

In this example, the DataTable will be shown in the control named DataTableStatic.

While giving ShowDataTable rule and by setting the trigger, a pop up form will appear with the required data.

Preview of a Data Table: