Mailspring/docs/MultiselectList.html
2015-10-03 13:56:58 -07:00

22 lines
543 B
HTML

---
layout: docs
title: MultiselectList
edit_url: "https://github.com/nylas/N1/blob/master/src/components/multiselect-list.cjsx"
---
<h2>Summary</h2>
<div class="markdown-from-sourecode">
<p><p>MultiselectList wraps {ListTabular} and makes it easy to present a
{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>
<ul>
</ul>