Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

BoWang816/GridManager-ccms-skin

Repository files navigation

GridManager-ccms-skin

GridManager适配组件库样式

npm version install size npm downloads

修改原始配置项

param description oldValue newValue
disableLine 配置是否禁用单元格分割线 false true
skinClassName 皮肤样式所使用的className - ccms-skin
configInfo 配置列自定义提示信息 配置列的显示状态 自定义字段可在列表拖拽调整排序
emptyTemplate 数据为空时自定义html模版 - -
ajaxPageTemplate 页脚自定义html模版 - -

配置项修改后效果图

  • 存在数据时:

    • 原始配置效果: old.jpg

    • 本项目配置效果: new.jpg

  • 数据为空时:

    • 原始配置效果: oldEmpty.jpg

    • 本项目配置效果: newEmpty.jpg

  • 数据加载loading:

    • 原始配置效果: oldLoading.jpg
    • 本项目配置效果: newLoading.jpg

依赖项目

gridmanager-angular-1.x

安装

npm install gridmanager-ccms-skin

使用

  • 通过script标签引入即可
<script src="../node_modules/gridmanager-ccms-skin/js/index.js"></script>

反馈

如有疑问,可提issue或发邮件至 bo.wang1016@outlook.com