BKINGAlex

Results 2 issues of BKINGAlex

``` 其它问题 | expandRow怎么默认展开。我想实现进入列表页面 就默认展开所有expandRow ``` crud.js ` expandRow: { // 或者直接传true,不显示title,不居中 title: '实例IP', align: 'center', width: 60 },` index.vue ` 这里显示行展开数据:{{scope.row.data}} ` ![q1](https://user-images.githubusercontent.com/18520739/136930528-e175a19e-93f4-478a-b631-bed00b364e83.png)

搜索后的结果,点击全选,会全选所有选项,包括不在搜索结果里的选项。 比如数据有1 、11、 111、 2、 3 搜索:1,结果为1、11、111 点击全选后,选中的为:1 、11、 111、 2、 3。 把不在搜索范围内容的选项也选中了