mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Typo fix
This commit is contained in:
parent
2f4afc71be
commit
46b0f6706f
3 changed files with 5 additions and 5 deletions
4
components/datatable/DataTable.d.ts
vendored
4
components/datatable/DataTable.d.ts
vendored
|
@ -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",
|
"description": "**PrimeVue - DataTable**\n\n * _DataTable displays data in tabular format._\n\n[Live Demo](https://www.primevue.org/datatable/)\n--- ---\n",
|
||||||
"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…
Add table
Add a link
Reference in a new issue