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

New feautures implementations #26

Open rickypid opened 10 months ago

rickypid commented 10 months ago

After some user requests to implement new features, I thought I'd open this issue to be able to do a review and decide whether or not to implement the requests made.

  1. Dynamic cell width #9
  2. Filter data #3
  3. Select a row #2
rickypid commented 10 months ago

@RichiB20

oleksii-pimenov commented 8 months ago

I am just start to use ur package, but I like it already ( cuz it has expand support ) About feature request, select a row totally useless cuz it can be implemented by out own, same as filters. So I will vote for Dynamic cell

rmasarovic commented 7 months ago

I need somehow set same horizontal scroller for multiple indentical separate tables.