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 137 forks source link

Ability to Highlight a whole column when tapped or hovered #210

Open aytunch opened 1 year ago

aytunch commented 1 year ago

Can this be done out of the box? This is something similar to what DataTable of Flutter allows with selected in a DataRow Can we have something similar with Columns?

Screenshot 2023-08-07 at 20 57 37
maxim-saplin commented 1 year ago

Nope

maxim-saplin commented 1 year ago

Given the implementation detail with RowInkWell doing the highlighting I doubt there's any reasonable solution to this feature. A workaround might include custom gesture recogniser events and brushing cells in corresponding columns, though I'm not sure if that is the way to go

wepashka commented 10 months ago

When hovering over a cell, I want all cells in the corresponding row to exhibit a hover effect