请看看编码是否规范,使用是否方便

HTML:

<table id="customTableView">
  
<thead>
    
<tr>
      
<td>编号</td>
      
<td>姓名</td>
    
</tr>
  
</thead>
  
<tbody><!--template-tbody-->
    
<tr name="" style=" display:none"><!--template-tr-->
      
<td bind="0"><span class="red">{value}</span></td>
      
<td bind="1"><strong>{value}</strong></td>
    
</tr>
  
</tbody>
</table>
<hr />
<table id="productTableView">
  
<thead>
    
<tr>
      
<td>编号</td>
      
<td>名称</td>
    
</tr>
  
</thead>
  
<tbody>
    
<tr style=" display:none">
      
<td bind="0"><span class="red">{value}</span></td>
      
<td bind="1"><strong>{value}</strong></td>
    
</tr>
  
</tbody>
</table>

相关文章:

  • 2021-08-29
  • 2021-09-22
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2021-11-08
  • 2021-11-20
猜你喜欢
  • 2021-06-13
  • 2022-01-16
  • 2021-12-05
  • 2022-12-23
  • 2021-12-11
相关资源
相似解决方案