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 e98721f commit 80f8430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demos/vue/src/components/Example29.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ 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 80f8430

Please sign in to comment.