Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
primary secondary and tertiary
  • Loading branch information
Kell-Stack committed Oct 7, 2019
1 parent c02b917 commit 87ada49
Show file tree
Hide file tree
Showing 6 changed files with 3,112 additions and 645 deletions.
881 changes: 446 additions & 435 deletions src/bundle/config_bundle.js

Large diffs are not rendered by default.

2,451 changes: 2,422 additions & 29 deletions src/bundle/desktop_bundle.js

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions src/html/config.html
Expand Up @@ -28,19 +28,22 @@ <h1> Table Sorting Plugin</h1>


<div class="primary">
<h3>Primera Sort</h3>
<div class="dropdown1"></div>
<div class="dropdown2"></div>
<div class="dropdown3"></div>
</div>


<div class="secondary">
<div class="dropdown2"></div>
<h3>Segunda Sort</h3>
<div class="dropdown3"></div>
<div class="dropdown4"></div>
</div>

<div class="tertiary">
<div class="dropdown2"></div>
<div class="dropdown3"></div>
<h3>Texira Sort</h3>
<div class="dropdown5"></div>
<div class="dropdown6"></div>
</div>

</section>
Expand Down

0 comments on commit 87ada49

Please sign in to comment.