// activate/deactivate desired table elements...
// and then sort the table and reposition the scrollview
mTable.sorting = UITable.Sorting.Alphabetic;
mTable.pivot = UIWidget.Pivot.TopLeft;
mTable.Reposition();
mTable.transform.GetComponentInParent<UIScrollView>().contentPivot = UIWidget.Pivot.TopLeft;
mTable.transform.GetComponentInParent<UIScrollView>().ResetPosition();