mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed datataview grid layout
This commit is contained in:
parent
d27c88c1f2
commit
8119a873dd
8 changed files with 42 additions and 42 deletions
|
@ -54,7 +54,7 @@ describe('DataView.vue', () => {
|
|||
slots: {
|
||||
grid: `
|
||||
<template #grid="slotProps">
|
||||
<div class="grid grid-nogutter">
|
||||
<div class="grid">
|
||||
<div v-for="(item, index) in slotProps.items" :key="index" class="col-12 md:col-4">
|
||||
<div class="product-grid-item card">
|
||||
<div class="product-grid-item-top">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue