-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(components): both Footer/Pagination should always be 100% width (#27
) * fix(components): both Footer/Pagination should always be 100% width * refactor(resizer): update resizer plugin code so that it works in SF
- Loading branch information
1 parent
6292f26
commit e587ef5
Showing
24 changed files
with
227 additions
and
186 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
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
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 |
---|---|---|
|
@@ -50,7 +50,5 @@ <h3 class="title is-3"> | |
|
||
<br> | ||
|
||
<div class="demo-container"> | ||
<div class="grid2"> | ||
</div> | ||
<div class="grid2"> | ||
</div> |
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 |
---|---|---|
|
@@ -46,7 +46,5 @@ <h3 class="title is-3"> | |
|
||
<br> | ||
|
||
<div class="demo-container"> | ||
<div class="grid3"> | ||
</div> | ||
<div class="grid3"> | ||
</div> |
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
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
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
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
49 changes: 24 additions & 25 deletions
49
examples/webpack-demo-vanilla-bundle/src/examples/example08.html
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 |
---|---|---|
@@ -1,30 +1,29 @@ | ||
<div class="demo-container"> | ||
<h3 class="title is-3"> | ||
Example 08 - Column Span & Header Grouping | ||
</h3> | ||
<h3 class="title is-3"> | ||
Example 08 - Column Span & Header Grouping | ||
</h3> | ||
|
||
<h4 class="title is-4">Grid 1 <small>(with Header Grouping & Colspan)</small></h4> | ||
<div class="grid1"> | ||
</div> | ||
<h4 class="title is-4">Grid 1 <small>(with Header Grouping & Colspan)</small></h4> | ||
<div class="grid1"> | ||
</div> | ||
|
||
<hr /> | ||
|
||
<hr /> | ||
<div class="title is-4"> | ||
Grid 2 | ||
<small>(with Header Grouping & Frozen/Pinned Columns)</small> | ||
|
||
<div class="title is-4"> | ||
Grid 2 | ||
<small>(with Header Grouping & Frozen/Pinned Columns)</small> | ||
<span style="margin-left: 10px"> | ||
<button class="button is-small" onclick.delegate="setFrozenColumns2(-1)" | ||
data-test="remove-frozen-column-button"> | ||
<span class="icon mdi mdi-close" style="margin-top: 2px"></span> | ||
<span>Remove Frozen Columns</span> | ||
</button> | ||
<button class="button is-small" onclick.delegate="setFrozenColumns2(2)" data-test="set-3frozen-columns"> | ||
<span class="icon mdi mdi-pin-outline"></span> | ||
<span>Set 3 Frozen Columns</span> | ||
</button> | ||
</span> | ||
</div> | ||
|
||
<span style="margin-left: 10px"> | ||
<button class="button is-small" onclick.delegate="setFrozenColumns2(-1)" | ||
data-test="remove-frozen-column-button"> | ||
<span class="icon mdi mdi-close" style="margin-top: 2px"></span> | ||
<span>Remove Frozen Columns</span> | ||
</button> | ||
<button class="button is-small" onclick.delegate="setFrozenColumns2(2)" data-test="set-3frozen-columns"> | ||
<span class="icon mdi mdi-pin-outline"></span> | ||
<span>Set 3 Frozen Columns</span> | ||
</button> | ||
</span> | ||
</div> | ||
<div class="grid2"> | ||
</div> | ||
<div class="grid2"> | ||
</div> |
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
105 changes: 52 additions & 53 deletions
105
examples/webpack-demo-vanilla-bundle/src/examples/example10.html
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
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
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
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
10 changes: 0 additions & 10 deletions
10
packages/common/src/interfaces/customFooterOption.interface.ts
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
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.