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

select a row #2

Closed Ouya-Hamou closed 1 year ago

Ouya-Hamou commented 2 years ago

Hi !! I want to select a row and make some editing on it, is there a way to do it?

rickypid commented 2 years ago

Hi @Ouya-Hamou ,

This project was initially born to display a reduced content of information, so it was conceived simply as an animated grid. at the moment I don't have much time to devote to this implementation although I think it's a great feature to implement.

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 @Ouya-Hamou , to achieve this you can simply change the background of your row and change the wedges inside your row making it editable when clicked. This library was only meant as a scaffolding for your wedgets.