rickypid / flutter_expandable_table

A Flutter widget for create an expandable table with header and first column fixed.
https://pub.dev/packages/flutter_expandable_table
BSD 3-Clause "New" or "Revised" License
40 stars 28 forks source link

Expandable row inside Expnadable Row #35

Closed nikhil-viewzen closed 3 months ago

nikhil-viewzen commented 3 months ago

Is it possible to create a row inside another row Similar to this screenshot.Because in the examples that row is replaced with legend image

rickypid commented 3 months ago

Hello @nikhil-viewzen , absolutely yes, just do not populate the legend parameter and the row will behave like a normal row.