modify parent table like this:
expandedRowRender={record => { if (record.key === 'xxx') { return expandedRowRender(); } return [];}}
it works success.
本文共 206 字,大约阅读时间需要 1 分钟。
modify parent table like this:
expandedRowRender={record => { if (record.key === 'xxx') { return expandedRowRender(); } return [];}}
it works success.
转载于:https://my.oschina.net/u/2391658/blog/3052334