Last updated
Disables the ability to sort a datalist component.
N/A
N/A
N/A
Coming Soon.
In this example, we will disable the sorting functionality for a datalist. For steps on how to create the datalist used in this example, please check out the sortingEnable function.
First, we add a "Disable Sorting" button to the page. And add sortingDisable when the button is clicked.


Any previously sortable components will not longer be sortable.

Last updated