1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-12 17:03:57 +02:00

Documented scrollable tables

Documentation and customization documentation added for scrollable table component.
This commit is contained in:
Angelos Chalaris
2017-06-09 13:08:34 +03:00
parent f4019a8285
commit b01be57873
22 changed files with 174 additions and 31 deletions

View File

@@ -182,6 +182,18 @@
<td data-label="Variable">$table-horizontal-name</td><td data-label="Type">String</td>
<td data-label="Description">Class name for horizontal <code>&lt;table&gt;</code> elements<sup><a href="#table-note-one">1</a></sup></td><td data-label="Sample value">'horizontal'</td>
</tr>
<tr>
<td data-label="Variable">$include-scrollable-table</td><td data-label="Type">Logical</td>
<td data-label="Description">Enables scrollable <code>&lt;table&gt;</code> elements<sup><a href="#table-note-two">1</a></sup></td><td data-label="Sample value">true</td>
</tr>
<tr>
<td data-label="Variable">$table-scrollable-name</td><td data-label="Type">String</td>
<td data-label="Description">Class name for scrollable <code>&lt;table&gt;</code> elements<sup><a href="#table-note-two">1</a></sup></td><td data-label="Sample value">'scrollable'</td>
</tr>
<tr>
<td data-label="Variable">$table-scrollable-height</td><td data-label="Type">Height</td>
<td data-label="Description">Table for scrollable <code>&lt;table&gt;</code> elements<sup><a href="#table-note-two">1</a></sup></td><td data-label="Sample value">400px</td>
</tr>
<tr>
<td data-label="Variable">$table-not-responsive-name</td><td data-label="Type">String</td>
<td data-label="Description">Class name for preset <code>&lt;table&gt;</code> elements</td><td data-label="Sample value">'preset'</td>
@@ -201,6 +213,7 @@
<h3>Notes:</h3>
<ol style="text-align:justify">
<li id="table-note-one">The value of <code>$table-horizontal-name</code> will only be used if <code>$include-horizontal-table</code> is set to <code class="fore-tertiary">true</code>.</li>
<li id="table-note-one">The valuse of <code>$table-scrollable-name</code> and <code>$table-scrollable-height</code> will only be used if <code>$include-scrollable-table</code> is set to <code class="fore-tertiary">true</code>.</li>
</ol>
</div>
</div>