Skip to content

Commit

Permalink
chore: add missing draggable grouping icon [update github demo] (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Nov 17, 2022
1 parent 24f4872 commit 80c6508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Deploy to gh-pages
if: |
github.ref == 'refs/heads/master' &&
contains(github.event.head_commit.message, 'chore(release)')
(contains(github.event.head_commit.message, 'chore(release)') || contains(github.event.head_commit.message, '[update github demo]'))
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ export class Example34 {
draggableGrouping: {
dropPlaceHolderText: 'Drop a column header here to group by any of these available columns: Currency, Market or Type',
deleteIconCssClass: 'mdi mdi-close color-danger',
sortAscIconCssClass: 'mdi mdi-arrow-up',
sortDescIconCssClass: 'mdi mdi-arrow-down',
},
enableDraggableGrouping: true,
createPreHeaderPanel: true,
Expand Down

0 comments on commit 80c6508

Please sign in to comment.