bootstrap table 获取选中的行

bootstrap table 获取选中的行
详细请查看:
http://yayihouse.com/yayishuwu/chapter/2089

columns: [

               {

                   title: "全选",

                   field: "select",

                   checkbox: true,

                   align: "left",//水平

                   valign: "middle",//垂直

                   align: "center",//水平

               }
          ]

你可能感兴趣的:(bootstrap,table)