I have a number of tables, which have nested tables. I using jQuery to hide some of the table cells as a number are empty or the contents irrelevant.
I use jQuery to
$(function() { $('td[class*=Node]').css('display','inline'); });