2015-10-03 01:57:40 +08:00
|
|
|
---
|
|
|
|
layout: docs
|
|
|
|
title: MultiselectList
|
2015-10-04 04:56:58 +08:00
|
|
|
edit_url: "https://github.com/nylas/N1/blob/master/src/components/multiselect-list.cjsx"
|
2015-10-03 01:57:40 +08:00
|
|
|
---
|
2015-10-02 03:34:16 +08:00
|
|
|
|
2015-10-03 01:57:40 +08:00
|
|
|
<h2>Summary</h2>
|
2015-10-02 03:34:16 +08:00
|
|
|
|
2015-10-03 01:57:40 +08:00
|
|
|
<div class="markdown-from-sourecode">
|
|
|
|
<p><p>MultiselectList wraps {ListTabular} and makes it easy to present a
|
2015-10-02 03:34:16 +08:00
|
|
|
{ModelView} with selection support. It adds a checkbox column to the columns
|
|
|
|
you provide, and also handles:</p>
|
|
|
|
<ul>
|
|
|
|
<li>Command-clicking individual items</li>
|
|
|
|
<li>Shift-clicking to select a range</li>
|
|
|
|
<li>Using the keyboard to select a range</li>
|
|
|
|
</ul>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
2015-10-03 01:57:40 +08:00
|
|
|
<ul>
|
|
|
|
</ul>
|