i++ передвидул выше а то на выборка при нажатии на колонку происходила не правильно

This commit is contained in:
Igor I
2024-08-14 16:50:44 +05:00
parent ec85845d9e
commit 91e8b21d39
10 changed files with 20 additions and 19 deletions

View File

@ -13,13 +13,13 @@
<table class="SEdit" id="app0" border="0px" cellspacing="1" cellpadding="1" style="width: 100%; height: 100%;">
<caption><b id="caption'+this.uid+'"></b></caption>
<thead>
<tr bgcolor="#dadada">
<tr style="background-color:#dadada;">
<th style="width:20%">trt('Name')</th>
<th style="width:80%">trt('Value')</th>
</tr>
</thead>
<tbody>
<tr bgcolor="#dadada">
<tr style="background-color:#dadada;">
<td style="width:20%">trt('Name')</td>
<td style="width:80%">trt('Value')</td>
</tr>