Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: 4.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:*
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
This component sets the calculated pinning styling on the individual cells, so when a row update occurs the styling is lost. Setting the styling in a dynamic stylesheet would allow the styling to survive past the row update.
In a related issue the dynamic stylesheet approach must be confirmed on firefox for multiple stylesheets.
In a related issue the dynamic stylesheet approach must be confirmed on firefox for multiple stylesheets.
Issue Links
- blocks
-
ICE-8888 ace:dataTable, issue with column pinning when using filtering
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r52088: initial commit: moved as much as possible of the styling required for the pinned columns functionality to dynamic stylesheets, instead of adding styling directly to the style attribute of each cell
Show
Arturo Zambrano
added a comment - r52088: initial commit: moved as much as possible of the styling required for the pinned columns functionality to dynamic stylesheets, instead of adding styling directly to the style attribute of each cell
Added information to the DataTable wiki page regarding the features that work and don't work with column pinning.
As for including sorting and filtering in the demo, while all those features can work in conjunction, there's still, unfortunately, an issue with the whole table slightly shifting to the right on a first filtering request per column and on a first sorting request per column, when such column is pinned.