-
Notifications
You must be signed in to change notification settings - Fork 26
Scroll Table Sorting Methods
pwilkowski edited this page May 27, 2018
·
1 revision
Scroll Table provides a way to programatically sort and filter table rows
scrollTable:SortData(sortBy);
Description:
Sorts data by column.
Arguments:
-
sortBy
(optional) number - column index that should be sorted by. If none provided, next column will be used for sorting. If data was never sorted, first column will be used to sort.