jqgrid树型表格样式怎么定义

如题所述

需要jquery.treegrid.js
https://github.com/maxazan/jquery-treegrid
还有对应的CSS
.treegrid-indent {
width: 16px;
height: 16px;
display: inline-block;
position: relative;
}

.treegrid-expander {
width: 16px;
height: 16px;
display: inline-block;
position: relative;
cursor: pointer;
}

.treegrid-expander-expanded {
background-image: url(../img/collapse.png);
}

.treegrid-expander-collapsed {
background-image: url(../img/expand.png);
}
温馨提示:内容为网友见解,仅供参考
无其他回答

Warning: Invalid argument supplied for foreach() in /www/wwwroot/aolonic.com/skin/templets/default/contents.html on line 45
相似回答