mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
test(data-table): assert new props
This commit is contained in:
parent
c31e0d9051
commit
54cc3be695
1 changed files with 8 additions and 1 deletions
|
@ -70,7 +70,14 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<DataTable headers="{headers}" rows="{rows}" style="" class="class" />
|
<DataTable
|
||||||
|
headers="{headers}"
|
||||||
|
rows="{rows}"
|
||||||
|
style=""
|
||||||
|
sortKey="name"
|
||||||
|
sortDirection="descending"
|
||||||
|
class="class"
|
||||||
|
/>
|
||||||
|
|
||||||
<DataTable headers="{headers}" rows="{rows}">
|
<DataTable headers="{headers}" rows="{rows}">
|
||||||
<span slot="cell-header" let:header>
|
<span slot="cell-header" let:header>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue