bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.79k stars 435 forks source link

🐛 No DataTable Equivalent in Fluent-ui package #1032

Closed Monamoleli closed 4 months ago

Monamoleli commented 4 months ago

Table class - No DataTable equivalent The available table class in the Fluent-ui package does not handle on-click events for rows as the DataTable does in the material library. Can you please address this issue.

bdlukaa commented 4 months ago

We do not have support for data table in the package. See #514.