Refactor #1451 - Multiselect Doc
parent
03d111f215
commit
63b1d95667
|
@ -454,6 +454,17 @@ export default {
|
||||||
<tr>
|
<tr>
|
||||||
<td>chip</td>
|
<td>chip</td>
|
||||||
<td>value: A value in the selection</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>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue