mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
feat(data-table): hide batch actions if overflow visible
This commit is contained in:
parent
425a259e65
commit
a2b375f32e
8 changed files with 104 additions and 48 deletions
|
@ -2,6 +2,6 @@
|
|||
import { OverflowMenuItem } from "../OverflowMenu";
|
||||
</script>
|
||||
|
||||
<OverflowMenuItem {...$$restProps}>
|
||||
<OverflowMenuItem {...$$restProps} on:click on:keydown>
|
||||
<slot />
|
||||
</OverflowMenuItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue