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
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: