Support Forum

Ask questions and get help from MobileTogether experts.
MobileTogether Product Information
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
mbr  
#1 Posted : Thursday, October 30, 2014 3:48:34 PM(UTC)
mbr

Rank: Member

Groups: Registered
Joined: 8/11/2014(UTC)
Posts: 29
Germany

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.
bbv  
#2 Posted : Thursday, October 30, 2014 4:10:59 PM(UTC)
bbv

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?
mbr  
#3 Posted : Thursday, October 30, 2014 4:33:16 PM(UTC)
mbr

Rank: Member

Groups: Registered
Joined: 8/11/2014(UTC)
Posts: 29
Germany

Thanks: 4 times
How to achieve this? Any hints available?
bbv  
#4 Posted : Friday, October 31, 2014 11:41:12 AM(UTC)
bbv

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):
Data.xml (4kb) downloaded 80 time(s).
SplitTable.mtd (6kb) downloaded 79 time(s).
bbv attached the following image(s):
Capture.JPG
mbr  
#5 Posted : Friday, October 31, 2014 12:47:35 PM(UTC)
mbr

Rank: Member

Groups: Registered
Joined: 8/11/2014(UTC)
Posts: 29
Germany

Thanks: 4 times
Thank you for the detailed explanation and the example. Implementing this will help a lot.
Users browsing this topic
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.