I have a table with a detail table. Is it possible to remove the table header from the detail tables except from the first detail table? (There are soooooo many table headers on the page...)
Set the Name property and try with the following approach to hide the Header row for desired detail tables. Here is a sample code which hides the header for all the detail tables other than the first.