iview Changing the data source under table expand deployment does not re render the expanded area.

3bygqnnd  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(50)

Environment

vue3.0

http://www.baidu.com

Steps to reproduce

1table expand根据数据源动态展示不同布局
2展开每一项
3更改table的数据源 不会重新渲染展开的expand
4这时点击折叠一项再展开才会触发渲染

What is expected?

只要更改table数据源 不管展开不展开都触发expand列的重新渲染

What is actually happening?

实际只要列在展开状态更改table数据源不会重新触发该列的渲染

taor4pac

taor4pac1#

Translation of this issue:
Environment
Vue3.0
Reproduction link
http://www.baidu.com
Steps to reproduce
1table expand dynamically displays different layout according to data source.
2 expand every item.
3 changing the data source of table will not re render the expanded expand.
4 Click to fold and expand before rendering.
What is expected?
As long as the table data source is changed, whether the expansion is not expanded, the rendering of the expand column is triggered.
What is actually happening?
In fact, as long as the column is in the state of expansion, changing the table data source will not re trigger the rendering of the column.

相关问题