-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(table): initial commit Basic table
- Loading branch information
Showing
65 changed files
with
2,367 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- Do not edit this file because it is automatically generated. --> | ||
<h1 id="table">Table</h1> | ||
<p>The <code class="ttm ttx">ly-table</code> provides a Material Design styled data table that is used to represent data arranged in rows and columns.</p> | ||
<h2 id="basic-use-of-c1c">Basic use of <code class="ttm ttx"><span class="tt18 tt5i"><span class="tt18 tt5i"><span class="tt18 ttae"><</span>table</span> <span class="tt18 ttbx">ly-table</span><span class="tt18 ttae">></span></span></code></h2> | ||
<demo-view path="table-basic-example"> | ||
<aui-table-basic-example></aui-table-basic-example> | ||
</demo-view> | ||
<h2 id="styling-columns">Styling columns</h2> | ||
<demo-view path="table-column-styling-example"> | ||
<aui-table-column-styling-example></aui-table-column-styling-example> | ||
</demo-view> | ||
<h2 id="basic-use-of-c2c-uses-display-flex">Basic use of <code class="ttm ttx"><span class="tt18 tt5i"><span class="tt18 tt5i"><span class="tt18 ttae"><</span>ly-table</span><span class="tt18 ttae">></span></span></code> (uses display flex)</h2> | ||
<demo-view path="table-flex-basic-example"> | ||
<aui-table-flex-basic-example></aui-table-flex-basic-example> | ||
</demo-view> | ||
<h2 id="footer-row-table">Footer row table</h2> | ||
<demo-view path="table-footer-row-example"> | ||
<aui-table-footer-row-example></aui-table-footer-row-example> | ||
</demo-view> | ||
<h2 id="table-with-sticky-columns">Table with sticky columns</h2> | ||
<demo-view path="table-sticky-columns-example"> | ||
<aui-table-sticky-columns-example></aui-table-sticky-columns-example> | ||
</demo-view> | ||
<h2 id="table-using-ngfor">Table using ngFor</h2> | ||
<p>Table with columns defined using ngFor instead of statically written in the template.</p> | ||
<demo-view path="table-using-ng-for-example"> | ||
<aui-table-using-ng-for-example></aui-table-using-ng-for-example> | ||
</demo-view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.