pull/3689/head
Tuğçe Küçükoğlu 2023-02-28 13:57:39 +03:00
parent 2f4afc71be
commit 46b0f6706f
3 changed files with 5 additions and 5 deletions

View File

@ -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._
*

View File

@ -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": [
{

View File

@ -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>