mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
22 lines
543 B
HTML
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>
|