Last updated
Enables the ability to sort a datalist component.
N/A
N/A
N/A
Coming Soon.
In this example, we will first create a data list, which can then be made sortable with the sortingEnable function.
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 dataFromString function

dataset
l_user
string

b. For the loadData function 
Finally, for our "Enable Sorting" button, we will add the sortingEnable function when the button is clicked.


Last updated