mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 16:39:04 +00:00
Added row count seperator in table entity (#8393)
This commit is contained in:
parent
e50876d284
commit
8e95e10da2
@ -372,7 +372,7 @@ const DatasetDetails: React.FC<DatasetDetailsProps> = ({
|
||||
<span
|
||||
className={classNames({
|
||||
'tw--ml-6': rowData.length > 1,
|
||||
})}>{`${tableProfile.rowCount || 0} rows`}</span>
|
||||
})}>{`${tableProfile?.rowCount?.toLocaleString() || 0} rows`}</span>
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user