We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8852cc5 commit 143ef10Copy full SHA for 143ef10
components/mdc/Datatable/Datatable.svelte
@@ -37,8 +37,6 @@ onMount(() => {
37
dispatch('rowSelectionChanged', event.detail)
38
})
39
40
- // This does not work because of an MDC bug. See https://github.com/material-components/material-components-web/issues/6385
41
- // If checkboxes are needed, check for a release of the PR linked to the above issue, or pull in the destroy code here.
42
return () => dataTable.destroy()
43
44
0 commit comments