Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Table headers (Read 5331 times)
MichalLaskowski
YaBB Newbies
*
Offline



Posts: 13
Joined: Mar 14th, 2006
Table headers
Mar 27th, 2006 at 1:23pm
Print Post  
I got table in diagram and i want to heave something like that:

+ Header1
   I1
   I2
   I3
+Header2
   I4
   I5
I6
I7

Can i do it now?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Table headers
Reply #1 - Mar 27th, 2006 at 1:55pm
Print Post  
You would have to set both I6 and I7 as headers, or otherwise they would be displayed as children of Header2.
  
Back to top
 
IP Logged
 
MichalLaskowski
YaBB Newbies
*
Offline



Posts: 13
Joined: Mar 14th, 2006
Re: Table headers
Reply #2 - Mar 27th, 2006 at 3:44pm
Print Post  
Yes but then I6 and I7 will have header mark (-/+) and i dont want to show tham. Maby you add any functionality to tell when i want to "break" header? Maby an null value row or something like that?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Table headers
Reply #3 - Mar 27th, 2006 at 4:18pm
Print Post  
We could add a property that specifies that headers of empty sections should not display +/-, so you mark the last two rows as headers and get that result. Another possibility is instead of the bool Header property to use an enum property which could be set to SectionHeader, SectionClose, SectionRow(default).The first option will be easier to implement, hence you would get it sooner.
  
Back to top
 
IP Logged
 
MichalLaskowski
YaBB Newbies
*
Offline



Posts: 13
Joined: Mar 14th, 2006
Re: Table headers
Reply #4 - Mar 29th, 2006 at 9:26am
Print Post  
IMHO 2nd one is better.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint