【发布时间】:2018-02-04 07:08:51
【问题描述】:
我有一个 MVC 视图,其中包含一个表,该表使用一组 <thead><th></th></thead> 填充(从部分视图),然后是一组 <tr></tr>。在完整视图中,我的表格标记如下:
<table id="resultTable" border="1">
由于某种原因,动态填充的 <tr>s 和 <td>s 没有显示边框。
我已经做了一些搜索,但找不到原因。
以前有人处理过吗?
【问题讨论】:
标签: html css model-view-controller html-table border