Skip to content

Commit

Permalink
Fixed #121 - DataView Grid should have nogutter
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 23, 2019
1 parent 891009b commit e64b970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dataview/DataView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</template>
</DVPaginator>
<div class="p-dataview-content">
<div class="p-grid">
<div class="p-grid p-nogutter">
<template v-for="(item,index) of items">
<slot v-if="$scopedSlots.list && layout === 'list'" name="list" :data="item" :index="index"></slot>
<slot v-if="$scopedSlots.grid && layout === 'grid'" name="grid" :data="item" :index="index"></slot>
Expand Down

0 comments on commit e64b970

Please sign in to comment.