Enables the ability to sort a datalist component.
N/A
Coming Soon.
In this example, we will first create a data list, which can then be made sortable with the sortingEnable function.
sortingEnable
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
dataFromString
dataset
l_user
string
b. For the loadData function
loadData
Finally, for our "Enable Sorting" button, we will add the sortingEnable function when the button is clicked.
Last updated 1 year ago