Mailspring/docs/MultiselectList.html

23 lines
543 B
HTML
Raw Normal View History

2015-10-03 01:57:40 +08:00
---
layout: docs
title: MultiselectList
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>