编辑 | blame | 历史 | 原始文档

Select []({{ site.repo }}/blob/master/docs/_i18n/{{ site.lang }}/examples/select.md)


Radio Select

Use clickToSelect, selectItemName options and radio column option to show a radio select table. by @wenzhixin

Checkbox Select

Use clickToSelect option and checkbox column option to show a checkbox select table. by @wenzhixin

Disabled Checkbox

Use checkboxHeader, checkboxEnable options and formatter column option to disabled select input. by @wenzhixin

Single Checkbox

Use singleSelect option to allow checkbox selecting only one row. by @wenzhixin