Search found 1 match

by nyna77
31 Jul 2018, 16:30
Forum: General Discussion
Replies: 3
Views: 2978

Data sorting with columns in Unity

Hi, I'm trying to make table with data that can be filtered and sorted by some values. I ended up with ListView and GridView as View for that List. To allow user to sort rows by values in columns I added ColumHeader with call to appropriate method in CodeBehind. It's works pretty good in Visual Stud...