Refactor #1451 - Multiselect Doc

pull/1460/head
Tuğçe Küçükoğlu 2021-08-19 11:21:39 +03:00
parent 03d111f215
commit 63b1d95667
1 changed files with 11 additions and 0 deletions

View File

@ -454,6 +454,17 @@ export default {
<tr>
<td>chip</td>
<td>value: A value in the selection</td>
</tr>
<tr>
<td>content</td>
<td>items: An array of objects to display for virtualscroller<br />
styleClass: Style class of the component<br />
contentRef: Referance of the content<br />
getItemOptions: Options of the items</td>
</tr>
<tr>
<td>loader</td>
<td>options: Options of the loader items for virtualscroller</td>
</tr>
</tbody>
</table>