Skip to content

Added Dynamic Sorting

Latest
Compare
Choose a tag to compare
@mesuttalebi mesuttalebi released this 03 Feb 12:55
· 1 commit to master since this release

Now we don't need to add Switch case for each sort column, just adding source.Sort(PagingInfo.Sort); will sort data based on user selection.