Docs typing updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-16 16:58:31 +03:00
parent ca65d7dfdb
commit cfc8136b25
739 changed files with 2027 additions and 3969 deletions

View file

@ -26,8 +26,7 @@ export default {
columns: null,
products: null,
code: {
basic: `
<DataTable :value="products" tableStyle="min-width: 50rem">
basic: `<DataTable :value="products" tableStyle="min-width: 50rem">
<template #header>
<div style="text-align:left">
<MultiSelect :modelValue="selectedColumns" :options="columns" optionLabel="header" @update:modelValue="onToggle"
@ -37,8 +36,7 @@ export default {
<Column field="code" header="Code" />
<Column v-for="(col, index) of selectedColumns" :field="col.field" :header="col.header" :key="col.field + '_' + index"></Column>
</DataTable>`,
options: `
<template>
options: `<template>
<div>
<DataTable :value="products" tableStyle="min-width: 50rem">
<template #header>
@ -83,8 +81,7 @@ export default {
}
<\/script>
`,
composition: `
<template>
composition: `<template>
<div>
<DataTable :value="products" tableStyle="min-width: 50rem">
<template #header>