Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created May 28, 2018 15:44
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/eb5510cfe579d765c94d3358c9a618e7 to your computer and use it in GitHub Desktop.
Save daniele-zurico/eb5510cfe579d765c94d3358c9a618e7 to your computer and use it in GitHub Desktop.
<mat-row *matRowDef="let row; columns: ['expandedDetail']; when: isExpansionDetailRow"
[@detailExpand]="row.element == expandedElement ? 'expanded' : 'collapsed'"
style="overflow: hidden">
</mat-row>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment