layui checkbox无法显示出来问题

Posted cjjjj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了layui checkbox无法显示出来问题相关的知识,希望对你有一定的参考价值。

{type:‘checkbox‘}
// ,{field: ‘product_id‘, hide: ‘true‘}
,{field: ‘id‘, title: ‘ID‘, width: 90, fixed: ‘left‘}
,{field: ‘name‘, title: ‘商品名称‘, width:120}

原因:fixed:‘left‘遮挡住了

以上是关于layui checkbox无法显示出来问题的主要内容,如果未能解决你的问题,请参考以下文章