Open aytunch opened 1 year ago
Nope
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
When hovering over a cell, I want all cells in the corresponding row to exhibit a hover effect
Can this be done out of the box? This is something similar to what
DataTable
of Flutter allows withselected
in aDataRow
Can we have something similar with Columns?