Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 1.7DR#2
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
When a dataTable has columns that have input components or buttons or links, interacting with those components will affect the row selection. Some people have expressed dissatisfaction with the toggleOnClick="false" means of dealing with them, where one would have to use a checkbox for row selection.
So, here's an alternate approach, where you specify the zero-based column indexes of the columns that you do want to toggle when clicked. If this attribute is specified, then the row selection Javascript would operate on all of the specified column TD tags, instead of the row TR tag. That way, certain columns would be clickable for row selection, and others not, which is where the input, button, or link components would be.
So, here's an alternate approach, where you specify the zero-based column indexes of the columns that you do want to toggle when clicked. If this attribute is specified, then the row selection Javascript would operate on all of the specified column TD tags, instead of the row TR tag. That way, certain columns would be clickable for row selection, and others not, which is where the input, button, or link components would be.
Activity
Mark Collette
created issue -
Mark Collette
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Duplicate [ 3 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
This feature is very useful, since most table list has some function (link or button) on its row. Thank you.