feat(table): add class to identify expanded and folded row #4066
Annotations
3 errors
src/table/TFoot.tsx#L55
Argument of type '{ row: TableRowData; rowIndex: number; type: "foot"; }' is not assignable to parameter of type 'RowClassNameParams<TableRowData>'.
|
src/table/TR.tsx#L100
Argument of type '{ row: TableRowData; rowIndex: number; type: "body"; }' is not assignable to parameter of type 'RowClassNameParams<TableRowData>'.
|
|
This job failed
Loading