Wonder-J

Results 1 issues of Wonder-J

### What problem does this feature solve 希望表格后续能减少属性传递,表格的更新不用这种异步的形式 ### What does the proposed API look like table组件属性优化,现在通过srcData与display来控制表格数据,这样容易导致一个问题,如果给表单绑定formarray,当删除某一行tr后,此tr元素如果存在设置了formcontrolName属性的td,那么会报以下错误! ![image](https://github.com/opentiny/ng/assets/78015984/87efeb05-f108-4965-8109-15cbb1cd5eed) 原因是表单更新有个异步过程,不会实时更新display 现在只能用ngIf来规避这种问题

enhancement