auto-layout-col

1.0.5 • Public • Published

Auto-layout-col

el-table自动列宽

根据表格内容自动调整列宽,解决el-table列宽不足的问题

安装

npm i aotu-layout-col

使用

main.ts 中引入

import { useTableAutoWidth } from 'aotu-layout-col' // 引入aotu-layout-col
...
const app = createApp(App)
useTableAutoWidth(app)

el-table 中使用自定义指令 v-fit

<el-table v-fit>
    ...
</el-table>

Readme

Keywords

none

Package Sidebar

Install

npm i auto-layout-col

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

9.18 kB

Total Files

9

Last publish

Collaborators

  • funway98