DataTable : How to hide table header?
问题 I have 2 tables using DataTable : top: exact match bottom : related Here is what they look like right now. As you can see that, there is no need to show the table header on the second table. I want to hide it. I have tried using this on my CSS : Since the class = inventory_related .inventory_related table thead { display:none; } I also tried to take off the whole : <thead class="thin-border-bottom "> <th>Catalog # </th> <th>Description</th> <th>Available Vials</th> </thead> This doesn't work