cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
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!