data_table_2 icon indicating copy to clipboard operation
data_table_2 copied to clipboard

Ability to Highlight a whole column when tapped or hovered

Open aytunch opened this issue 1 year ago • 3 comments

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

aytunch avatar Aug 07 '23 17:08 aytunch

Nope

maxim-saplin avatar Aug 08 '23 17:08 maxim-saplin

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

maxim-saplin avatar Aug 08 '23 17:08 maxim-saplin

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

wepashka avatar Nov 21 '23 14:11 wepashka