Skip to content

Commit

Permalink
chore: use correct slickgrid function to toggle draggable grouping row
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 27, 2024
1 parent 6214c9b commit 2e8d6b7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/examples/example03.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ <h3 class="title is-3">
</button>
<button class="button is-small" data-test="clear-grouping-btn" onclick.delegate="clearGrouping()">
<span class="mdi mdi-playlist-remove"></span>
<span>Clear grouping</span>
<span>Clear Grouping</span>
</button>
<button class="button is-small" data-test="collapse-all-btn" onclick.delegate="collapseAllGroups()">
<span class="mdi mdi-arrow-collapse"></span>
<span>Collapse all groups</span>
<span>Collapse all Groups</span>
</button>
<button class="button is-small" data-test="expand-all-btn" onclick.delegate="expandAllGroups()">
<span class="mdi mdi-arrow-expand"></span>
<span>Expand all groups</span>
<span>Expand all Groups</span>
</button>
<button class="button is-small" data-test="toggle-draggable-grouping-row" onclick.delegate="toggleDraggableGroupingRow()">
<span class="mdi mdi-arrow-expand"></span>
<span>Toggle Dragging Grouping Row</span>
</button>
<button class="button is-small" data-test="export-excel-btn" onclick.delegate="exportToExcel()">
<span class="mdi mdi-file-excel-outline"></span>
Expand Down

0 comments on commit 2e8d6b7

Please sign in to comment.