Доброе утро.
Подскажите пожалуйста как скрыть определенную колонку в таблице.
Спасибо.
<table onmousedown="return OnTableMouseDown(event);" summary="Komanda" xmlns:o="urn:schemas-microsoft-com:office:office" o:webquerysourcehref="&XMLDATA=1&RowLimit=0&View=%7B6D1AF87B%2D33BB%2D4217%2D8846%2D6F78BC48759C%7D" border="0" cellspacing="0" dir="none" onmouseover="EnsureSelectionHandler(event,this,15)" cellpadding="1" id="{9EBED5C7-6ACE-43E6-AE3E-E84B6EBCB54B}-{6D1AF87B-33BB-4217-8846-6F78BC48759C}" class="ms-listviewtable" handledeleteinit="true">
<thead id="js-listviewthead-WPQ3">
<tr valign="top" class="ms-viewheadertr ms-vhltr">
<th class="ms-vh-icon" scope="col" title=""><span class="ms-addcolumn-span"> </span></th>
</tr>
</thead>
</table>
<script type="text/javascript">
$(document).ready(function () {
$("#{9EBED5C7-6ACE-43E6-AE3E-E84B6EBCB54B}-{6D1AF87B-33BB-4217-8846-6F78BC48759C} thead th:nth-child("+num+")").hide();
});
</script>