Hi,
I'm trying to use angular-table in a nodejs/jade enviornment followed the documentation and using both css files provided in the demo. The following displays the data but only display a table height of 32.
TIA
John
Jade file
p
#inside
#header
input.search-query(style='width:100px', type='text', ng-model='filterText', placeholder='Filter')
#main-content
.span8.body-content
angular-table(model='types',filter-query-model='filterText', default-sort-column='id',class="demoTable", style="padding-bottom: 1px;")
header-row
header-column(sortable='true', sort-field-name='id', class="demoHeaderColumn")
div(style='display: inline-block;') Id
sort-arrow-ascending
sort-arrow-descending
header-column(sortable='true', sort-field-name='name', class="demoHeaderColumn")
| Name
row(on-selected='handleRowSelection(row)', selected-color='#87cefa', even-color='#ffffff', odd-color='#eeeeee')
column {{ row.id }}
column {{ row.name }}
Html
Html
| 1 | GLBI |
| 10 | ALBI & ALPD |
| 11 | Appraisal |
| 12 | Subro |
| 13 | Subro property |
| 14 | Surveillance |
| 15 | Theft |
| 16 | Collision |
| 17 | Other |
| 2 | GLPD |
| 3 | ALBI |
| 4 | ALPD |
| 5 | PIP/NO-FAULT |
| 6 | WC |
| 7 | PROP |
| 8 | GLBI & GLPD |