typo fix
parent
c78d723d57
commit
acd0cab827
|
@ -1539,7 +1539,7 @@ export default {
|
||||||
|
|
||||||
<h5>Data Export</h5>
|
<h5>Data Export</h5>
|
||||||
<p>DataTable can export its data in CSV format using <i>exportCSV()</i> method.</p>
|
<p>DataTable can export its data in CSV format using <i>exportCSV()</i> method.</p>
|
||||||
<pre v-code><code>>
|
<pre v-code><code>
|
||||||
<DataTable :value="cars" ref="dt">
|
<DataTable :value="cars" ref="dt">
|
||||||
<template #header>
|
<template #header>
|
||||||
<div style="text-align: left">
|
<div style="text-align: left">
|
||||||
|
|
Loading…
Reference in New Issue