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
38 stars 28 forks source link

Dynamic cell width #9

Closed patrikbadanjak closed 1 year ago

patrikbadanjak commented 2 years ago

Would it be possible to make a column as wide as it's widest cell? Or be the width of a header cell in case it's the widest.

rickypid commented 2 years ago

Hi @patrikbadanjak ,

At the moment this functionality has not yet been implemented.

If you want you can contribute to the project with a PR to implement this feature, I will follow you and help you in this.

rickypid commented 1 year ago

hi @patrikbadanjak,

here you can find the new release v2.0.0-beta.1 (in beta), this release contains the functionality you requested in this issue.

Thank you for waiting, I hope you will give me some feedback. 😄

patrikbadanjak commented 1 year ago

We've dropped the feature that used the table, but I will be sure to provide feedback once we get back to working on it. Thank you for the update!