cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
0 Kudos

put borders on tablebox at specific rows

It'd be nice if we could put some type of border for visual effect on tableboxes.  

 

Something like 

Names Default to Here(1);
dt = Open("$SAMPLE_DATA\Big Class.jmp");

new window("Row Borders", 
	tblbox = tablebox(
		NumberColBox("age", dt:age << Get Values),
		StringColbox("Sex", dt:sex << Get Values), 
		NumberColBox("Height", dt:height << Get Values)
	)
);
// if I want to put a border on top of the age differences
breaks = [9, 16, 28, 35, 38];

tblbox << Set Row Borders(breaks);
1 Comment
Ryan_Gilmore
Community Manager
Status changed to: Archived
We are archiving this request. If this is still important please comment with additional details and we will reopen. Thank you!