Is there an easy way to remove the table header in Bob Swift JSON table?
In my case I only want "Baywatch" to be shown, I want to remove the "Value"-row.
My JSON-service output is like this:
{ "Baywatch": "{html}<a <a href=\"#\" onclick=\"window.open('http://samband/rapporter/r9_baywatch.asp?view=small','test','width=250,height=400,scrollbars=no,resizable=yes')\">Baywatch</a>{html}" }
I solved this by going into Row formatting->Header & Footer rows and putting:
display:none;
for the Header row styles (make sure you leave the number of header rows as 1)
similar request created 2014: https://bobswift.atlassian.net/browse/TBL-354
would be great to see it in upcoming releases
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same question on my side too
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I'm experiencing the same issue.
I just want the data without the name of the column displayed.
Have you find a solution ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello there Lars, great having you here!
According to Bob Swift documentation, we have the heading parameter. This parameter can be set to 0 so no rows are considered Headers:
JSON Table Macro | Bob Swift - Advanced Tables
At the Edit 'JSON Table' Macro screen, if you scroll down the left panel, you will see the Heading rows field:
Setting the value to 0 should consider no rows as headers.
Let us know your findings Lars!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your feedback :-)
It seems like the "Heading rows" parameter only changes formatting, I stil have the row containing "Value" but the row is no longer formatted as table header. Please see the pictures below. The only output I want to have is the row/cell containing "Baywatch".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.