Commit cd3f29b
fix(Table): AutoScrollLastSelectedRowToView support ClickSelect mode (#7019)
* 持久化列的显隐到bb-table-column-visiable-{ClientTableName}
* refactor: 增加持久化逻辑
* refactor: 增加本地持久化方法
* refactor: 增加空兼容
* feat: 增加 ColumnVisibleItemConverter 标签
* refactor: 更新条件
* refactor: 更新加载逻辑
* doc: 更新文档
* chore: 更新依赖
* test: 增加单元测试
* feat: 增加 ReloadColumnVisibleFromBrowserAsync 方法
* test: 更新单元测试
* chore: bump version 9.11.5-beta08
Co-Authored-By: braia123 <[email protected]>
* fix: 支持单选模式下选中行滚动效果
* chore: bump version 9.11.5-beta09
Co-Authored-By: water1983 <[email protected]>
* refactor: 增加分号
---------
Co-authored-by: braia123 <[email protected]>
Co-authored-by: braia123 <[email protected]>
Co-authored-by: water1983 <[email protected]>1 parent c29d23a commit cd3f29b
File tree
2 files changed
+8
-3
lines changed- src/BootstrapBlazor
- Components/Table
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
232 | 237 | | |
233 | 238 | | |
234 | 239 | | |
| |||
0 commit comments