nank1ro / flutter-shadcn-ui

shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
https://flutter-shadcn-ui.mariuti.com
MIT License
1.16k stars 67 forks source link

Table row callback #143

Closed renanboni closed 2 months ago

renanboni commented 2 months ago

hey, there is no callback when clicking on a table row - which seems to be a fairly common use case for a table. Is there a reason for that?

nank1ro commented 2 months ago

What's your use case? I would expect just tap on a cell

renanboni commented 2 months ago

I have a list of products and when clicking on the row it should sent to the product detail page.

nank1ro commented 2 months ago

Seems feasible, will try a PR in the next days

renanboni commented 2 months ago

thanks a lot once again!