SkeletonTableRow

Skeleton loading row component displayed while table data is loading. Shows placeholder skeleton loaders in each cell.

Installation

import { SkeletonTableRow } from 'uxp/components';

Signature

const SkeletonTableRow: React.FunctionComponent<SkeletonTableRowProps>

Examples

tsx
<SkeletonTableRow columns={processedColumns} />

Properties

Name
Type
Mandatory
Default Value
Example Value

columns

{ [id: string]: ExtendedColumn }

Yes

-

-

Last updated