mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Code representation style fixes
This commit is contained in:
parent
11051fc020
commit
e0fe133189
863 changed files with 4545 additions and 2404 deletions
|
@ -26,7 +26,8 @@ export default {
|
|||
return {
|
||||
products: null,
|
||||
code: {
|
||||
basic: `<DataTable :value="products" ref="dt" tableStyle="min-width: 50rem">
|
||||
basic: `
|
||||
<DataTable :value="products" ref="dt" tableStyle="min-width: 50rem">
|
||||
<template #header>
|
||||
<div style="text-align: left">
|
||||
<Button icon="pi pi-external-link" label="Export" @click="exportCSV($event)" />
|
||||
|
@ -37,7 +38,8 @@ export default {
|
|||
<Column field="category" header="Category"></Column>
|
||||
<Column field="quantity" header="Quantity"></Column>
|
||||
</DataTable>`,
|
||||
options: `<template>
|
||||
options: `
|
||||
<template>
|
||||
<div>
|
||||
<DataTable :value="products" ref="dt" tableStyle="min-width: 50rem">
|
||||
<template #header>
|
||||
|
@ -73,7 +75,8 @@ export default {
|
|||
}
|
||||
<\/script>
|
||||
`,
|
||||
composition: `<template>
|
||||
composition: `
|
||||
<template>
|
||||
<div>
|
||||
<DataTable :value="products" ref="dt" tableStyle="min-width: 50rem">
|
||||
<template #header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue