-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pagination): add Pagination to local grid
- Loading branch information
1 parent
e78b2d9
commit 53aa9dc
Showing
13 changed files
with
217 additions
and
81 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 |
---|---|---|
@@ -1,25 +1,16 @@ | ||
<div class="container-fluid"> | ||
<h2>{{title}}</h2> | ||
<div class="subtitle" [innerHTML]="subTitle"></div> | ||
<h2>{{title}}</h2> | ||
<div class="subtitle" [innerHTML]="subTitle"></div> | ||
|
||
<h3>Grid 1</h3> | ||
<angular-slickgrid gridId="grid1" | ||
[columnDefinitions]="columnDefinitions1" | ||
[gridOptions]="gridOptions1" | ||
[dataset]="dataset1" | ||
gridHeight="300" | ||
gridWidth="800"> | ||
</angular-slickgrid> | ||
<h3>Grid 1</h3> | ||
<angular-slickgrid gridId="grid1" [columnDefinitions]="columnDefinitions1" [gridOptions]="gridOptions1" | ||
[dataset]="dataset1" gridHeight="225" gridWidth="800"> | ||
</angular-slickgrid> | ||
|
||
<hr/> | ||
<hr /> | ||
|
||
<h3>Grid 2</h3> | ||
<angular-slickgrid gridId="grid2" | ||
[columnDefinitions]="columnDefinitions2" | ||
[gridOptions]="gridOptions2" | ||
[dataset]="dataset2" | ||
gridHeight="300" | ||
gridWidth="800"> | ||
</angular-slickgrid> | ||
<h3>Grid 2 <small>(with local Pagination)</small></h3> | ||
<angular-slickgrid gridId="grid2" [columnDefinitions]="columnDefinitions2" [gridOptions]="gridOptions2" | ||
[dataset]="dataset2" gridHeight="225" gridWidth="800"> | ||
</angular-slickgrid> | ||
</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
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
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.