Nobody ti ringrazio per la risposta ma io ho chiesto: 'come si rende non visibile una riga con altezza nulla invece che display:none.
Non puoi attenerti alla domanda???

Comunque si fa così:
codice HTML:
<table id="sample2" width="100%" border="1">
   <tr  style="height :0px;">
    <th></th><th></th><th></th>
   </tr>
   <tr>
    <td colspan="3">header</td>
   </tr>
   <tr>
    <th>header</th><th>header</th><th>header</th>
   </tr>
   <tr>
    <td>cell</td><td>cell</td><td>cell</td>
   </tr>
   <tr>
    <td>cell</td><td>cell</td><td>cell</td>
   </tr>
   <tr>
    <td>cell</td><td>cell</td><td>cell</td>
  </tr>     
 
</table>
Poi se ti interessa il plugin jQuery che sto utilizzano è il colResizable.