Skip to content

Scroll Table Sorting Methods

wutname1 edited this page May 12, 2019 · 1 revision

Scroll Table - Sorting Methods

Scroll Table provides a way to programatically sort and filter table rows

SortData

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.