Skip to content

Commit

Permalink
chore: add separator to give demo more breathing room
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jan 14, 2025
1 parent 80f8430 commit 60aa4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/vue/src/components/Example29.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function toggleSubTitle() {
<div class="subtitle">Simple Grids with a custom header and footer via named slots</div>

<hr/>

<slickgrid-vue v-model:options="gridOptions" v-model:columns="columnDefinitions as Column[]" v-model:data="dataset" grid-id="grid2">
<template #header>
<div class="custom-header-slot">
Expand Down

0 comments on commit 60aa4be

Please sign in to comment.