Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

按照教程添加数据后,表头不显示 #246

Closed weidesh closed 5 years ago

weidesh commented 5 years ago

vue-easytable <h1>各腔温度随转角变化曲线</h1> <hr /> <v-table class="table-main" is-horizontal-resize :vertical-resize-offset='40' :height='378' style="width:100%" :row-height="38" :columns="columns" :table-data="tempData" row-hover-color="#eee" row-click-color="#edf7ff" > </v-table> columns从本地js文件中import

ly525 commented 5 years ago

请提供可以复现的demo!另外请排版代码

ly525 commented 5 years ago

closed because we could not reproduce