bootstrap关于table中cellStyle以及formatter的问题
程序员文章站
2022-03-30 15:17:01
...
公司做项目,需要用到bootstrap table中不同表格,根据情况,显示不同 背景颜色。
报错函数:
function color(value,row,index){ if(row.appid==2){//已经提交数据,颜色变化 return { css:{ 'background':'#F0E68C' } } } }
报错内容:
修改后函数:
function color(value,row,index){ if(row.appid==2){//已经提交数据,颜色变化 return { css:{ 'background':'#F0E68C' } } } return {}; }
bootstrap table 中,这种自定义函数,必须有return 返回值,才可以。
以上就是bootstrap关于table中cellStyle以及formatter的问题 的详细内容,更多请关注其它相关文章!
推荐阅读
-
BootStrap中Table隐藏后显示问题的实现代码
-
关于Java中构造方法的问题以及回答
-
Linux小白:关于Ubuntu 安装过程中的坑以及待解决问题(待更)
-
关于table中,td的上下边框间距问题_html/css_WEB-ITnose
-
解决JS组件bootstrap table分页实现过程中遇到的问题
-
BootStrap中Table隐藏后显示问题的实现代码
-
解决JS组件bootstrap table分页实现过程中遇到的问题_javascript技巧
-
html中关于table以及form表单标签的详解
-
Mysql中关于表,列以及库的增删改查问题总结(收藏)
-
Mysql中关于表,列以及库的增删改查问题总结(收藏)