有关html, <thead>的用法求解
<thead><tr><thfield="id"width="50"hidden="true">编号</th><thfield="partentId"width="50"...
<thead>
<tr>
<th field="id" width="50" hidden="true">编号</th>
<th field="partentId" width="50" hidden="true">指向父类</th>
<th field="title" width="10%" align="center">菜单名</th>
<th field="url" width="65%">跳转路径</th>
<th field="queue" width="10%" align="center">排序</th>
<th field="remark" width="15%">备注</th>
<th field="show" width="1">show</th>
<th field="createTime" Type="datetime" hidden="true">创建时间</th>
</tr>
</thead>
其中 show是bool类型,我想显示show=true的数据。请问怎么写呢 展开
<tr>
<th field="id" width="50" hidden="true">编号</th>
<th field="partentId" width="50" hidden="true">指向父类</th>
<th field="title" width="10%" align="center">菜单名</th>
<th field="url" width="65%">跳转路径</th>
<th field="queue" width="10%" align="center">排序</th>
<th field="remark" width="15%">备注</th>
<th field="show" width="1">show</th>
<th field="createTime" Type="datetime" hidden="true">创建时间</th>
</tr>
</thead>
其中 show是bool类型,我想显示show=true的数据。请问怎么写呢 展开
2个回答
展开全部
这个是表格里的东西,很老的技术了,现在基本上没有人用了,一个表格分thead和tbody,thead里面又能细分,就像你上面写的一样,这样写主要是为了结构清晰和写样式的时候方便
追问
那我问的问题呢
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询