20180604 release

This commit is contained in:
AllenFang
2018-06-03 23:05:44 +08:00
parent 5376ce25dd
commit d2d39fcc21
31 changed files with 348 additions and 101 deletions

View File

@@ -23,8 +23,11 @@
<li><a href="./row-select-props.html#selectrowclasses-string-function"><code>selectRow.classes</code></a></li>
</ul>
<h3><a class="anchor" aria-hidden="true" name="selection-column"></a><a href="#selection-column" aria-hidden="true" class="hash-link" ><svg aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Selection Column</h3>
<p><code>react-bootstrap-table2</code> offer a <a href="./row-select-props.html#selectrowhideselectcolumn-bool"><code>selectRow.hideSelectColumn</code></a> to let you hide the selection column. But for the customization on selection column or checkbox/radio button, we will support it ine next couple release.
<strong>Coming Soon!</strong></p>
<ul>
<li>For header cell: <a href="row-select-props.html#selectrowselectionrenderer-function"><code>selectRow.selectionRenderer</code></a></li>
<li>For normal cell: <a href="./row-select-props.html#selectrowselectionheaderrenderer-function"><code>selectRow.selectionHeaderRenderer</code></a></li>
</ul>
<p>In addition, <code>react-bootstrap-table2</code> offer a <a href="./row-select-props.html#selectrowhideselectcolumn-bool"><code>selectRow.hideSelectColumn</code></a> to let you hide the selection column.</p>
<h2><a class="anchor" aria-hidden="true" name="event-listening"></a><a href="#event-listening" aria-hidden="true" class="hash-link" ><svg aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Event Listening</h2>
<p><a href="./row-select-props.html#selectrowonselect-function"><code>selectRow.onSelect</code></a> allow you to listen a row is select or unselect. For the multiple selection, we also have <a href="./selectrowonselectall-function"><code>selectRow.onSelectAll</code></a> to listen the select/unselect all event.</p>
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="basic-sort.html">← Table Sort</a><a class="docs-next button" href="basic-filter.html">Column Filter →</a></div></div></div></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/react-bootstrap-table2/" class="nav-home"></a><div><h5>Docs</h5><a href="/react-bootstrap-table2/docs/en/getting-started.html">Getting Started</a><a href="/react-bootstrap-table2/docs/en/table-props.html">API References</a></div><div><h5>Community</h5><a href="https://stackoverflow.com/questions/tagged/react-bootstrap-table" target="_blank">Stack Overflow</a><a href="https://discordapp.com/">Project Chat</a><a href="https://twitter.com/" target="_blank">Twitter</a></div><div><h5>More</h5><a href="/react-bootstrap-table2/blog/index.html">Blog</a><a href="https://github.com/react-bootstrap-table/react-bootstrap-table2">GitHub</a><a class="github-button" href="https://github.com/react-bootstrap-table/react-bootstrap-table2" data-icon="octicon-star" data-count-href="/facebook/docusaurus/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><section class="copyright">Copyright © 2018 react-bootstrap-table2.</section></footer></div></body></html>