mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Update src/DataTable/ToolbarBatchActions.svelte
Co-authored-by: metonym <ericyl.us@gmail.com>
This commit is contained in:
parent
375654a283
commit
7132cd2dcc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
`${totalSelected} item${totalSelected === 1 ? "" : "s"} selected`;
|
||||
|
||||
/**
|
||||
* Set to `true` to show the ToolbarBatchActions regardless of row selection
|
||||
* Set to `true` to show the toolbar regardless of row selection
|
||||
* @type {boolean}
|
||||
*/
|
||||
export let show = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue