Fix DataTable Element Closure in Datatable Documentation

Two closures are missing on "Filter Row" and "Filter Menu" section on docs
pull/1751/head
hoiast 2021-11-13 01:33:45 -03:00
parent b991539ba1
commit 71911fa5aa
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>