Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
1809 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
there is grid that is showing multiple rows and columns and the user need to s
hussameldin seddik
over 9 years ago
there is grid that is showing multiple rows and columns and the user need to scroll up/down or right/ left to show the data.
the requirement is to freeze the first two columns when scrolling right left and freeze the Header during scrolling down. (same as you can do in excel )
what is the best way to achieve this requirement ?
OriginalPostID-170622
OriginalPostID-170622
Discussion posts and replies are publicly visible
Parents
0
Tim
Certified Lead Developer
over 9 years ago
I have implemented methods before to allow left/right scrolling of columns in a grid. For example if you wanted 15 columns you can add left/right images with a dynamicLink that updates a counter variable and control the visibility of your grid columns dependant on the counter value whilst leaving columns 1 and 2 static. It really depends on your use case.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tim
Certified Lead Developer
over 9 years ago
I have implemented methods before to allow left/right scrolling of columns in a grid. For example if you wanted 15 columns you can add left/right images with a dynamicLink that updates a counter variable and control the visibility of your grid columns dependant on the counter value whilst leaving columns 1 and 2 static. It really depends on your use case.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data