admin管理员组

文章数量:1410697

I am using the Flutter DataTable2 to display one set of data. However, would like to know if I can add additional rows to display a second set of data on clicking a row. This is like the Expansion Tile widget. Since the DataTable2 is much more flexible and appropriate to showcase data, I prefer this instead of an Expansion Tile.

The additional rows should be just below the clicked row and should expand and collapse on clicking a particular row.

Just wondering if this can be achieved indirectly, if there is no specific feature.

本文标签: dartFlutter DataTable2ExpandCollapse on clicking a rowStack Overflow