Typo fix
parent
2f4afc71be
commit
46b0f6706f
|
@ -2,7 +2,7 @@
|
||||||
*
|
*
|
||||||
* DataTable displays data in tabular format.
|
* DataTable displays data in tabular format.
|
||||||
*
|
*
|
||||||
* [Live Demo](https://www.primereact.org/datatable/)
|
* [Live Demo](https://www.primevue.org/datatable/)
|
||||||
*
|
*
|
||||||
* @module datatable
|
* @module datatable
|
||||||
*
|
*
|
||||||
|
@ -1071,7 +1071,7 @@ export interface DataTableEmits {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* **PrimeReact - DataTable**
|
* **PrimeVue - DataTable**
|
||||||
*
|
*
|
||||||
* * _DataTable displays data in tabular format._
|
* * _DataTable displays data in tabular format._
|
||||||
*
|
*
|
||||||
|
|
|
@ -6382,7 +6382,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"datatable": {
|
"datatable": {
|
||||||
"description": "DataTable displays data in tabular format.\n\n[Live Demo](https://www.primereact.org/datatable/)",
|
"description": "DataTable displays data in tabular format.\n\n[Live Demo](https://www.primevue.org/datatable/)",
|
||||||
"interfaces": {
|
"interfaces": {
|
||||||
"description": "Defines the custom interfaces used by the module.",
|
"description": "Defines the custom interfaces used by the module.",
|
||||||
"eventDescription": "Defines the custom events used by the component's emit.",
|
"eventDescription": "Defines the custom events used by the component's emit.",
|
||||||
|
@ -6392,7 +6392,7 @@
|
||||||
"slotDescription": "Defines the slots used by the component.",
|
"slotDescription": "Defines the slots used by the component.",
|
||||||
"values": {
|
"values": {
|
||||||
"DataTable": {
|
"DataTable": {
|
||||||
"description": "**PrimeReact - DataTable**\n\n * _DataTable displays data in tabular format._\n\n[Live Demo](https://www.primevue.org/datatable/)\n--- ---\n![PrimeVue](https://primefaces.org/cdn/primevue/images/logo.svg)",
|
"description": "**PrimeVue - DataTable**\n\n * _DataTable displays data in tabular format._\n\n[Live Demo](https://www.primevue.org/datatable/)\n--- ---\n![PrimeVue](https://primefaces.org/cdn/primevue/images/logo.svg)",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [
|
"props": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div className="doc-main">
|
<div className="doc-main">
|
||||||
<div className="doc-intro">
|
<div className="doc-intro">
|
||||||
<h1>{{ header }} API</h1>
|
<h1>{{ header }} API</h1>
|
||||||
<p>API defines helper props, events and others for the PrimeReact {{ header }} module.</p>
|
<p>API defines helper props, events and others for the PrimeVue {{ header }} module.</p>
|
||||||
</div>
|
</div>
|
||||||
<DocSections :docs="docs" />
|
<DocSections :docs="docs" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue