feat(data-table): support rendering empty table header in skeleton

This commit is contained in:
Eric Y Liu 2021-04-02 11:33:25 -07:00
commit fcf93bb8aa
3 changed files with 13 additions and 2 deletions

View file

@ -249,6 +249,7 @@
{ value: 'Protocol' },
{ value: 'Port' },
{ value: 'Rule' },
{ empty: true },
]}"
rows="{10}"
/>