如何使用响应中的某些数据隐藏固定数据表行

时间:2016-04-19 06:49:17

标签: javascript reactjs fixed-data-table

我在固定数据表中有嵌套数据,父行和子行。我想要做的是最初隐藏子行(由某些属性标识,如非null parentId)。父行将有一些链接(显示更多),单击时将显示父行的隐藏子项。我假设行的顺序如下:

Parent 1 row 
child row1 of parent 1
child row2 of parent 1 
child row3 of parent 1 
...
child rown of parent 1
Parent 2 Row 
... 
...
Parent n Row

有没有人尝试过嵌套的固定数据表?任何帮助将不胜感激。

0 个答案:

没有答案