2020-02-20 18:06:50 +01:00
|
|
|
<script>
|
2020-02-25 16:21:23 +01:00
|
|
|
export let _bb
|
2020-02-20 18:06:50 +01:00
|
|
|
|
2020-02-25 16:21:23 +01:00
|
|
|
const cb = _bb.getContext("BBMD:data-table:cb")
|
2020-02-20 18:06:50 +01:00
|
|
|
|
2020-02-25 16:21:23 +01:00
|
|
|
let thead
|
2020-02-20 18:06:50 +01:00
|
|
|
|
2020-02-25 16:21:23 +01:00
|
|
|
$: thead && _bb.attachChildren(thead)
|
2020-02-20 18:06:50 +01:00
|
|
|
</script>
|
|
|
|
|
2020-02-25 16:21:23 +01:00
|
|
|
<thead bind:this={thead} class="className" />
|