Doc update

pull/642/head
Cagatay Civici 2020-09-08 15:25:15 +03:00
parent 4b3734fc02
commit 63847ec162
8 changed files with 21 additions and 27 deletions

View File

@ -98,7 +98,7 @@ export default {
<td>field</td>
<td>any</td>
<td>null</td>
<td>Field of a suggested object to resolve and display.</td>
<td>Property name or getter function of a suggested object to resolve and display.</td>
</tr>
<tr>
<td>scrollHeight</td>

View File

@ -140,13 +140,13 @@ export default {
<td>field</td>
<td>string</td>
<td>null</td>
<td>Property of a row data.</td>
<td>Property name or a getter function of a row data.</td>
</tr>
<tr>
<td>sortField</td>
<td>string</td>
<td>null</td>
<td>Property of a row data used for sorting, defaults to field.</td>
<td>Property name or a getter function a row data used for sorting, defaults to field.</td>
</tr>
<tr>
<td>sortable</td>
@ -1863,13 +1863,7 @@ export default {
<td>sortField</td>
<td>string</td>
<td>null</td>
<td>Name of the field to use in sorting.</td>
</tr>
<tr>
<td>filterField</td>
<td>string</td>
<td>null</td>
<td>Name of the field to use in filtering.</td>
<td>Property name or a getter function of a row data used for sorting by default</td>
</tr>
<tr>
<td>sortOrder</td>

View File

@ -320,7 +320,7 @@ export default {
<td>sortField</td>
<td>string</td>
<td>null</td>
<td>Name of the field to sort data by default.</td>
<td>Property name or a getter function of data to use in sorting by default.</td>
</tr>
<tr>
<td>sortOrder</td>

View File

@ -92,19 +92,19 @@ data() {
<td>optionLabel</td>
<td>string</td>
<td>null</td>
<td>Property name to use as the label of an option.</td>
<td>Property name or getter function to use as the label of an option.</td>
</tr>
<tr>
<td>optionValue</td>
<td>string</td>
<td>null</td>
<td>Property name to use as the value of an option, defaults to the option itself when not defined.</td>
<td>Property name or getter function to use as the value of an option, defaults to the option itself when not defined.</td>
</tr>
<tr>
<td>optionDisabled</td>
<td>boolean</td>
<td>null</td>
<td>Property name to use as the disabled flag of an option, defaults to false when not defined.</td>
<td>Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.</td>
</tr>
<tr>
<td>scrollHeight</td>

View File

@ -86,19 +86,19 @@ data() {
<td>optionLabel</td>
<td>string</td>
<td>null</td>
<td>Property name to use as the label of an option.</td>
<td>Property name or getter function to use as the label of an option.</td>
</tr>
<tr>
<td>optionValue</td>
<td>string</td>
<td>null</td>
<td>Property name to use as the value of an option, defaults to the option itself when not defined.</td>
<td>Property name or getter function to use as the value of an option, defaults to the option itself when not defined.</td>
</tr>
<tr>
<td>optionDisabled</td>
<td>boolean</td>
<td>null</td>
<td>Property name to use as the disabled flag of an option, defaults to false when not defined.</td>
<td>Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.</td>
</tr>
<tr>
<td>listStyle</td>

View File

@ -92,19 +92,19 @@ data() {
<td>optionLabel</td>
<td>string</td>
<td>null</td>
<td>Property name to use as the label of an option.</td>
<td>Property name or getter function to use as the label of an option.</td>
</tr>
<tr>
<td>optionValue</td>
<td>string</td>
<td>null</td>
<td>Property name to use as the value of an option, defaults to the option itself when not defined.</td>
<td>Property name or getter function to use as the value of an option, defaults to the option itself when not defined.</td>
</tr>
<tr>
<td>optionDisabled</td>
<td>boolean</td>
<td>null</td>
<td>Property name to use as the disabled flag of an option, defaults to false when not defined.</td>
<td>Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.</td>
</tr>
<tr>
<td>scrollHeight</td>

View File

@ -78,19 +78,19 @@ export default {
<td>optionLabel</td>
<td>string</td>
<td>null</td>
<td>Property name to use as the label of an option.</td>
<td>Property name or getter function to use as the label of an option.</td>
</tr>
<tr>
<td>optionValue</td>
<td>string</td>
<td>null</td>
<td>Property name to use as the value of an option, defaults to the option itself when not defined.</td>
<td>Property name or getter function to use as the value of an option, defaults to the option itself when not defined.</td>
</tr>
<tr>
<td>optionDisabled</td>
<td>boolean</td>
<td>null</td>
<td>Property name to use as the disabled flag of an option, defaults to false when not defined.</td>
<td>Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.</td>
</tr>
<tr>
<td>multiple</td>

View File

@ -531,13 +531,13 @@ export default {
<td>field</td>
<td>string</td>
<td>null</td>
<td>Property of a row data.</td>
<td>Property name or a getter function of a row data.</td>
</tr>
<tr>
<td>sortField</td>
<td>string</td>
<td>null</td>
<td>Property of a row data used for sorting, defaults to field.</td>
<td>Property name or a getter function of a row data used for sorting, defaults to field.</td>
</tr>
<tr>
<td>sortable</td>
@ -1398,11 +1398,11 @@ export default {
<td>false</td>
<td>Whether the cell widths scale according to their content or not.</td>
</tr>
<tr>
<tr>
<td>sortField</td>
<td>string</td>
<td>null</td>
<td>Name of the field to sort data by default.</td>
<td>Property name or a getter function of a row data used for sorting by default.</td>
</tr>
<tr>
<td>sortOrder</td>