摘要: extjs gridpanel 操作行 得到选中行的列 在Extjs 3.2.0上适合 var model = grid.getSelectionModel(); model.selectAll();//选中所有行 model.selectFirstRow();//选中第一行 model.selec 阅读全文
posted @ 2017-07-06 11:32 书未来 阅读(2078) 评论(0) 推荐(0)