Skip to content

Commit

Permalink
Merge pull request #383 from gatapia/patch-1
Browse files Browse the repository at this point in the history
Issue 293: Fix for when tables are scrollable
  • Loading branch information
cagataycivici committed May 24, 2016
2 parents ac1932c + 9214a44 commit 0fd38bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datatable/datatable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ import {DomHandler} from '../dom/domhandler';
</td>
</tr>
<tr *ngIf="expandableRows && isRowExpanded(rowData)">
<td [attr.colspan]="columns.length">
<td [attr.colspan]="visibleColumns().length">
<p-rowExpansionLoader [rowData]="rowData" [template]="rowExpansionTemplate"></p-rowExpansionLoader>
</td>
</tr>
Expand Down

0 comments on commit 0fd38bc

Please sign in to comment.