maxim-saplin / data_table_2

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features
https://pub.dev/packages/data_table_2
BSD 3-Clause "New" or "Revised" License
202 stars 135 forks source link

DataCell onTap is slow / laggy #277

Closed Dario-Ciceri closed 2 weeks ago

Dario-Ciceri commented 4 months ago

Hello, onTap is a bit slow (probably waiting for onDoubleTap?). onTap works fine on DataRow and on DataCell with DataTable, but with DataTable2 onTap on DataCell is a bit slow. Any suggestions? thanks!

maxim-saplin commented 4 months ago

You can try disabling the data cel events and wrapping cell content into gesture detector an see if it helps