Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:jsf 2 icemobile icefaces-3
-
Assignee Priority:P2
-
Support Case References:Support Case 12788 https://icesoft.my.salesforce.com/5007000000c0wpt
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Note that all dataViewColumn headers are by default sortable. Use a "sortable" attribute that defaults to true but could also be set to false for those columns that sorting is not desired.
Introduced 'sortable' attribute for the mobi:dataViewColumn component. Modified JS component code to not show sort handle or run sort on component instances that have the sorting disabled.