mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Migrated demos
This commit is contained in:
parent
1f86b4906f
commit
48f92d3966
454 changed files with 3920 additions and 3920 deletions
|
@ -4,7 +4,7 @@
|
|||
</DocSectionText>
|
||||
<DeferredDemo @load="loadDemoData">
|
||||
<div class="card">
|
||||
<div class="flex justify-content-center mb-4">
|
||||
<div class="flex justify-center mb-6">
|
||||
<SelectButton v-model="size" :options="sizeOptions" optionLabel="label" dataKey="label" />
|
||||
</div>
|
||||
<DataTable :value="products" :size="size.value" tableStyle="min-width: 50rem">
|
||||
|
@ -44,7 +44,7 @@ export default {
|
|||
options: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<div class="flex justify-content-center mb-4">
|
||||
<div class="flex justify-center mb-6">
|
||||
<SelectButton v-model="size" :options="sizeOptions" optionLabel="label" dataKey="label" />
|
||||
</div>
|
||||
<DataTable :value="products" :size="size.value" tableStyle="min-width: 50rem">
|
||||
|
@ -80,7 +80,7 @@ export default {
|
|||
composition: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<div class="flex justify-content-center mb-4">
|
||||
<div class="flex justify-center mb-6">
|
||||
<SelectButton v-model="size" :options="sizeOptions" optionLabel="label" dataKey="label" />
|
||||
</div>
|
||||
<DataTable :value="products" :size="size.value" tableStyle="min-width: 50rem">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue