diff --git a/src/table/index.tsx b/src/table/index.tsx index 418e8ec73b..28a1fd60ed 100644 --- a/src/table/index.tsx +++ b/src/table/index.tsx @@ -54,6 +54,8 @@ const Table = React.forwardRef( metadata: { expandableRows: !!props.expandableRows, progressiveLoading: !!props.getLoadingStatus, + hasSkeleton: !!props.skeleton, + skeletonTotalRows: props.skeleton?.totalRows ?? null, groupSelection: !!props.expandableRows?.groupSelection, columnGroups: !!props.groupDefinitions?.length, columnGroupsDepth: getColumnGroupsDepth(props.columnDisplay),