File tree Expand file tree Collapse file tree 2 files changed +15
-19
lines changed Expand file tree Collapse file tree 2 files changed +15
-19
lines changed Original file line number Diff line number Diff line change 50
50
</pf-table-view>
51
51
</div>
52
52
<div class="col-md-12">
53
- <form role="form"
54
- <div class="form-group">
53
+ <div class="form-group">
54
+ <label class="checkbox-inline">
55
+ <input type="checkbox" ng-model="tableConfig.itemsAvailable" ng-change="updateItemsAvailable()">Items Available</input>
56
+ </label>
57
+ <!-- //[WIP] issues dynamically changing displayLength and turning on/off pagination
55
58
<label class="checkbox-inline">
56
- <input type="checkbox" ng-model="tableConfig.itemsAvailable " ng-change="updateItemsAvailable ()">Items Available </input>
59
+ <input type="checkbox" ng-model="usePagination " ng-change="togglePagination ()">Use Pagination </input>
57
60
</label>
58
- <!-- //[WIP] issues dynamically changing displayLength and turning on/off pagination
59
- <label class="checkbox-inline">
60
- <input type="checkbox" ng-model="usePagination" ng-change="togglePagination()">Use Pagination</input>
61
- </label>
62
- <label>
63
- <input ng-model="dtOptions.displayLength" ng-disabled="!usePagination" style="width: 24px; padding-left: 6px;"> # Rows Per Page</input>
64
- </label> --!>
65
- </div>
66
- </form>
61
+ <label>
62
+ <input ng-model="dtOptions.displayLength" ng-disabled="!usePagination" style="width: 24px; padding-left: 6px;"> # Rows Per Page</input>
63
+ </label> --!>
64
+ </div>
67
65
</div>
68
66
<hr class="col-md-12">
69
67
<div class="col-md-12">
Original file line number Diff line number Diff line change 124
124
</pf-table-view>
125
125
</div>
126
126
<div class="col-md-12" style="padding-top: 12px;">
127
- <form role="form"
128
- <div class="form-group">
129
- <label class="checkbox-inline">
130
- <input type="checkbox" ng-model="listConfig.itemsAvailable" ng-change="updateItemsAvailable()">Items Available</input>
131
- </label>
132
- </div>
133
- </form>
127
+ <div class="form-group">
128
+ <label class="checkbox-inline">
129
+ <input type="checkbox" ng-model="listConfig.itemsAvailable" ng-change="updateItemsAvailable()">Items Available</input>
130
+ </label>
131
+ </div>
134
132
</div>
135
133
<hr class="col-md-12">
136
134
<div class="col-md-12">
You can’t perform that action at this time.
0 commit comments