We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50ae4ab + 55faae7 commit 14767cbCopy full SHA for 14767cb
js/linuxDash.js
@@ -330,7 +330,9 @@
330
scope: {
331
heading: '@',
332
info: '@',
333
- moduleName: '@'
+ moduleName: '@',
334
+ width: '@',
335
+ height: '@'
336
},
337
templateUrl: 'templates/app/table-data-plugin.html',
338
link: function(scope, element) {
templates/app/table-data-plugin.html
@@ -8,7 +8,7 @@
8
9
<div class="animate" ng-show="tableRows">
10
11
- <table class="table-data-plugin">
+ <table class="table-data-plugin" width="{{ width }}" height="{{ height }}">
12
<thead>
13
<tr class="table-data-filter-container" ng-show="tableRows.length">
14
<th colspan="{{ tableHeaders.length }}" class="filter-container">
0 commit comments