File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const BodyCell = ({
74
74
75
75
return (
76
76
< div
77
- className = "overflow-hidden bg-inherit start-0 border-e"
77
+ className = "overflow-hidden bg-inherit start-0 border-e group/table-col "
78
78
style = { {
79
79
width : width ?? COL_DEFAULT_WIDTH ,
80
80
minWidth : column . minWidth ?? COL_MIN_WIDTH ,
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const BodyRow = ({
74
74
role = "none"
75
75
data-row = { index }
76
76
className = { classNames (
77
- "flex flex-nowrap datatable-row data-[hilight]:outline-1 -outline-offset-1 outline-primary-500" ,
77
+ "flex flex-nowrap datatable-row data-[hilight]:outline-1 -outline-offset-1 outline-primary-500 group/table-row " ,
78
78
onRowClick && "hover:bg-primary-50 active:bg-primary-100" ,
79
79
index % 2 ? "bg-even" : "bg-odd" ,
80
80
) }
You can’t perform that action at this time.
0 commit comments