mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #442
This commit is contained in:
@@ -13,6 +13,45 @@ doc-subtab: table
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="content">
|
||||
<p>You simply need to attach a single <code>.table</code> CSS class on a <code><table></code> with the following structure:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<code>table</code>
|
||||
<ul>
|
||||
<li>
|
||||
<code>thead</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>tfoot</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>tbody</code>
|
||||
<ul>
|
||||
<li>
|
||||
<code>tr</code>
|
||||
<ul>
|
||||
<li>
|
||||
<code>th</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>td</code>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
<span class="tag is-success">New!</span>
|
||||
<span class="tag is-info">0.4.2</span>
|
||||
<br>
|
||||
You can set a table row as <strong>selected</strong> by appending the <code>is-selected</code> modifier on a <code><tr></code>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% capture table_example %}
|
||||
<table class="table">
|
||||
<thead>
|
||||
@@ -86,7 +125,7 @@ doc-subtab: table
|
||||
<td>70</td>
|
||||
<td>Qualification for the <a href="https://en.wikipedia.org/wiki/2016%E2%80%9317_UEFA_Champions_League#Group_stage" title="2016–17 UEFA Champions League">Champions League group stage</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="is-selected">
|
||||
<th>4</th>
|
||||
<td><a href="https://en.wikipedia.org/wiki/Manchester_City_F.C." title="Manchester City F.C.">Manchester City</a></td>
|
||||
<td>38</td>
|
||||
|
||||
Reference in New Issue
Block a user