Skip to content

Commit

Permalink
DataGrid: Fix Cell Editing and Editing API demo for Vue 2 (T1090974) (D…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyar666 authored Jun 8, 2022
1 parent c90ca30 commit dec0e30
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions JSDemos/Demos/DataGrid/CellEditingAndEditingAPI/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@
show-text="always"
/>
<DxItem location="after">
<DxButton
@click="deleteRecords()"
:disabled="!selectedItemKeys.length"
icon="trash"
text="Delete Selected Records"
/>
<template #default>
<DxButton
@click="deleteRecords()"
:disabled="!selectedItemKeys.length"
icon="trash"
text="Delete Selected Records"
/>
</template>
</DxItem>
</DxToolbar>
</DxDataGrid>
Expand Down

0 comments on commit dec0e30

Please sign in to comment.