Skeleton rows that preserve a table layout while its data is loading.
| Customer | Status | Amount |
|---|
Installation
Copy the Source Code
Copy and paste the following code into your project:
table/data-table-loading/data-table-loading.svelte
table/data-table-loading/index.ts
Folder Structure
Folder Structure
Usage
data-table.svelte
Props
Data table loading props
| Name | Type | Default | Description |
|---|---|---|---|
columnCount | number | required | Number of skeleton cells rendered in each row. |
rowCount | number | 5 | Number of skeleton rows rendered. |
class | string | undefined | Classes applied to every skeleton bar. |