Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created May 28, 2018 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniele-zurico/e8ee36a56643a3772f81128838df968d to your computer and use it in GitHub Desktop.
Save daniele-zurico/e8ee36a56643a3772f81128838df968d to your computer and use it in GitHub Desktop.
<!-- Expanded Content Column - The detail row is made up of this one column -->
<ng-container matColumnDef="expandedDetail">
<mat-cell *matCellDef="let detail">
<ngx-data-table [data]="detail.element.details" class="detail-table"></ngx-data-table>
</mat-cell>
</ng-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment