Jiang2020426

Results 2 issues of Jiang2020426

### Describe the bug Tree组件的DefaultCheckedKeys,当DefaultCheckedKeys的值切换时,默认勾选项不会变化; bind-CheckedKeys属性并不是双向绑定,建议bind-CheckedKeys属性做成双向绑定,这样用户只需要动态变化bind-CheckedKeys的值,就可以达到属性DefaultCheckedKeys的效果 ### Steps to reproduce (please include code) @code { private string[] menuIds = new string[] { "4" }; private List menus = new List...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug 同时设置TableColumn的Fixed属性和ShownWithBreakPoint属性,当达到断点阈值的时候,固定列不能正常隐藏 ### Expected Behavior 列数据隐藏的同时,列应该隐藏 ### Interactive render mode Interactive...

bug