RasterList.setSortable( isSortable )
Specifies if list items are automatically sorted when a table list column header is clicked.Parameters
| Name | Type | Description | |
|---|---|---|---|
| isSortable | boolean | 
 True enables list items to be sorted when a table
list column header is clicked; false turns off this feature
(default). | 
      
Returns
| Type | Description | 
|---|---|
| object | The list object. This allow for chaining multiple setter methods in one single statement. |