1.0.13 • Published 2 years ago

el-table-customizer v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

使用说明

给用户提供了可以自定义修改elementUI表格的能力,通过混入(mixins)使用,必须先安装element-ui。 使用方法如下:

<script>
import tableCustomTool from 'el-table-customizer'
export default {
  mixins:[tableCustomTool],
}
</script>

目前支持修改

  1. 字体颜色
  2. 背景颜色
  3. 边框颜色
  4. 文本位置
  5. 文本粗细
  6. 文字大小
  7. 可以隐藏/显示某些列
  8. 本地保存修改后的列宽
1.0.11

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.10

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago