BootStrap-bable-treegrid树形表格的使用
BootStrap-bable-treegrid Bootstrap是目前很流行的一款前端框架,也有很多第三方基于Bootstrap开发出了很多跟实用性的一些功能,比如BootStrap-bable-treegrid树形表格。树形表格在开发中应该是很常用到的。 引入样式文件 <link rel="stylesheet" href="static/bootstrap/dist/css/bootstrap.css" /> <link rel="stylesheet" href="static/bootstrap-table/dist/bootstrap-table.css" /> <link rel="stylesheet" href="static/bootstrap-table/dist/extensions/treegrid/treegrid.css" /> <script src="static/bootstrap/dist/js/jquery.js" ></script> <script src="static/bootstrap/dist/js/bootstrap.js" ></script> <script src="static/bootstrap-table/dist/bootstrap-table.js" ></script> <script src="static