Search
PropertyGridContent.sortByColumn Method
See Also
 






Sorts by the specified column and sort direction.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function sortByColumn (index, [sortAscending])

 Parameters

index

Number. The index of the column to sort by, or null to clear the sorting.

sortAscending
Optional.

Boolean. True to sort ascending, otherwise false.

 See Also