Typo fix
parent
2f4afc71be
commit
46b0f6706f
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* DataTable displays data in tabular format.
|
||||
*
|
||||
* [Live Demo](https://www.primereact.org/datatable/)
|
||||
* [Live Demo](https://www.primevue.org/datatable/)
|
||||
*
|
||||
* @module datatable
|
||||
*
|
||||
|
@ -1071,7 +1071,7 @@ export interface DataTableEmits {
|
|||
}
|
||||
|
||||
/**
|
||||
* **PrimeReact - DataTable**
|
||||
* **PrimeVue - DataTable**
|
||||
*
|
||||
* * _DataTable displays data in tabular format._
|
||||
*
|
||||
|
|
|
@ -6382,7 +6382,7 @@
|
|||
}
|
||||
},
|
||||
"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": {
|
||||
"description": "Defines the custom interfaces used by the module.",
|
||||
"eventDescription": "Defines the custom events used by the component's emit.",
|
||||
|
@ -6392,7 +6392,7 @@
|
|||
"slotDescription": "Defines the slots used by the component.",
|
||||
"values": {
|
||||
"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": "",
|
||||
"props": [
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div className="doc-main">
|
||||
<div className="doc-intro">
|
||||
<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>
|
||||
<DocSections :docs="docs" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue