Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table组件可以支持下最小高度属性吗 #23

Open
95502967 opened this issue Mar 24, 2017 · 1 comment
Open

Table组件可以支持下最小高度属性吗 #23

95502967 opened this issue Mar 24, 2017 · 1 comment

Comments

@95502967
Copy link

没有数据的时候显示加载图标,美观些。

@Cyrilszq
Copy link
Contributor

通过slot="noDataTip"即可自己实现,比如

 <v-table :data-source="gridData" :columns="gridColumns" row-key="key">
      <div slot="noDataTip" style="height: 100px;position: relative;">
        <spin sping="sping"></spin>
      </div>
 </v-table>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants