Issue Details (XML | Word | Printable)

Key: NTBL-212
Type: Functional Story Functional Story
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: baljeet.sandhu
Reporter: Edwin Park
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
NatTable

Freeze columns to left of body area

Created: 13/Jan/09 09:36 PM   Updated: 02/Jun/09 03:21 PM   Resolved: 02/Jun/09 01:48 PM
Component/s: Column features
Affects Version/s: None
Fix Version/s: 2.0

Time Tracking:
Not Specified

Issue Links:
Require

Acceptance Criteria:
Fix the FreezableGridExample to demonstrate the following:

Select a column
Trigger Column freezing (keyboard or mouse)
Draw a line to separate frozen/unfrozen areas
Shrink the scrollbar so that it does not extend into the frozen columns
Frozen columns should not be modifiable in anyway (no reorder, hide etc)
Non frozen columns should behave normally
Test coverage: FreezeLayerTest2


 Description  « Hide

Cause some number of columns to be 'frozen' on the left side of the body area.

This means that these columns are not scrolled. Only the columns to the right of the frozen columns will scroll. The horizontal scrollbar should be updated to reflect the restricted scrollable extents i.e no scrollbar on the frozen column area.