Sort DataGrid
Last modified: November 19, 2024
Description
Sorts a DataGrid by the specified column.
Supported Widgets
- DataGrid
Usage
You have to pass the DataGrid and the column name to determine the DataGrid widget and the sorting.
Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | yes | The name of the DataGrid |
Column Name | String | yes | The name of the column for sorting |