Merge pull request #1751 from hoiast/master

Fix DataTable Element Closure in Datatable Documentation
pull/1280/head^2
Cagatay Civici 2021-11-16 09:50:44 +03:00 committed by GitHub
commit c52941c5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -721,7 +721,7 @@ export default {
<InputText type="text" v-model="filterModel.value" @keydown.enter="filterCallback()" class="p-column-filter" :placeholder="`Search by name - ${filterModel.matchMode}`"/>
</template>
</Column>
<DataTable>
</DataTable>
</template>
</code></pre>
@ -737,7 +737,7 @@ export default {
&lt;InputText type="text" v-model="filterModel.value" @keydown.enter="filterCallback()" class="p-column-filter" :placeholder="`Search by name - ${filterModel.matchMode}`"/&gt;
&lt;/template&gt;
&lt;/Column&gt;
&lt;DataTable&gt;
&lt;/DataTable&gt;
</template>
</code></pre>