I am trying to add context menu support on row right click, to do so I am using onCellSecondaryTap(it would be great to have onRowSecondaryTap). My table has header and grouping headers. this callback fires on regular header and group headers. I am getting row data from tapDetails' row index . There is no way to determine, is clicked row is group header or not because _dataSource.effectiveRow doesn't contain group headers in it. Better approach can be implemented.
package version:24.2.6