ClientSortable - cWebList
Determines whether the list could be sorted on the client
Type: Function
Return Data Type: Boolean
Syntax
Function ClientSortable Returns Boolean
Call Example
Get ClientSortable to BooleanVariable
Description
ClientSortable is called to determine if sorting on the client is possible. Only static grids (i.e., grids which can be fully loaded on the client) are client sortable.
Return Value
Returns True if the list could be sorted on the client, else returns False