Bootstrap Blazor 更新版本 8.8.3
Release 2024-8-19 V8.8.3 Bugs fix(Table): 修复表格组件调整列宽时客户端脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4037 fix(Table): 修复 EditForm 模式编辑状态下改变选中行时编辑项错行问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4040 fix(Table): 修复有固定列时调整列宽回调方法列名错位问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4048 fix(Table): 修复 IsFixedFooter 模式下表格底部走光问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4050 fix(Table): 修复 刷新 按钮回调方法未...