Commit 06c5b30
fix(Table): filter out .is-detail rows when auto-fitting column widths (#6800)
* fix(Table): 双击表头自动调整列宽功能在表格有明细行时不能正常工作 #6797
* Initial plan
* Implemented fix for multiple dialog scrolling issue
Co-authored-by: ArgoZhang <[email protected]>
* fix: 多级弹窗窗体内滚动
* Revert "Implemented fix for multiple dialog scrolling issue"
This reverts commit 42c4136.
* chore: bump version 9.10.3
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: ArgoZhang <[email protected]>
Co-authored-by: Argo Zhang <[email protected]>
* chore: bump version 9.11.0-beta01
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: ArgoZhang <[email protected]>
Co-authored-by: Argo Zhang <[email protected]>1 parent 3d09b91 commit 06c5b30
File tree
2 files changed
+5
-5
lines changed- src/BootstrapBlazor
- Components/Table
2 files changed
+5
-5
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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
| 721 | + | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
814 | | - | |
| 814 | + | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
| 817 | + | |
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
| |||
0 commit comments