sortingEnable
Description
Enables the ability to sort a datalist component.
Input / Parameter
N/A
Output
N/A
Callback
N/A
Video
Coming Soon.
Example
In this example, we will first create a data list, which can then be made sortable with the sortingEnable function.
Steps
First, add a "Enable Sorting" button and a datalsit component to the page.

To load data into the datalist, we will need to create the following event flow.

a. For the
dataFromStringfunction
FieldValuedataset
l_user
string

b. For the
loadDatafunction
Finally, for our "Enable Sorting" button, we will add the
sortingEnablefunction when the button is clicked.
Result

Links
Last updated