Update src/DataTable/ToolbarBatchActions.svelte

Co-authored-by: metonym <ericyl.us@gmail.com>
This commit is contained in:
naegelin 2022-08-12 04:12:11 -04:00 committed by GitHub
commit 7132cd2dcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;