el-table不显示表头(不占位)
<el-table:show-header="status":data="tableData"style="width: 100%"max-height="250">
·
<el-table
:show-header="status"
:data="tableData"
style="width: 100%"
max-height="250">
加入
:show-header="status",其中status在data中设置为false,就能隐藏表头。

更多推荐



所有评论(0)