mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
feat(data-table): support rendering empty table header in skeleton
This commit is contained in:
parent
b19696b9f1
commit
fcf93bb8aa
3 changed files with 13 additions and 2 deletions
|
@ -249,6 +249,7 @@
|
|||
{ value: 'Protocol' },
|
||||
{ value: 'Port' },
|
||||
{ value: 'Rule' },
|
||||
{ empty: true },
|
||||
]}"
|
||||
rows="{10}"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue