Rank: Member
Groups: Registered
Joined: 8/11/2014(UTC) Posts: 29 Thanks: 4 times
|
Is there any setting in Designer for a table control to keep the table header visible at top of the screen until the table content has fully been passed? Reading a table w/o headers may be confusing for the users. Especially when a lot of columns is presented.
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 498
Was thanked: 88 time(s) in 88 post(s)
|
No, this would require a new way of scrolling with a part of the screen. Also, your requirement for table headers to disappear once the whole table is scrolled away would a real task!
What you can do instead is to insert the same row as header every x rows. As long as it is obvious that this is not part of the data?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 8/11/2014(UTC) Posts: 29 Thanks: 4 times
|
How to achieve this? Any hints available?
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 498
Was thanked: 88 time(s) in 88 post(s)
|
Here is a sample of what I meant. I'm using a dynamic table and within it I have rows which act like header - I only show them every 10th row by calculating Table Row visibility via XPath: count( preceding-sibling::Row ) mod 10 = 0 And below is a screenshot of how it looks in Simulator for iPhone5. You have to understand that this is just one of many approaches. With help of XPath and XQuery you can transform your data to a completely different representation.
Altova MobileTogether Experts File Attachment(s): bbv attached the following image(s):
|
|
|
|
Rank: Member
Groups: Registered
Joined: 8/11/2014(UTC) Posts: 29 Thanks: 4 times
|
Thank you for the detailed explanation and the example. Implementing this will help a lot.
|
|
|
|
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.