You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
When I use the responsive extension, it only shows the plain text from the source and not the template-version if the windows size is in responsive mode. Back in full window size mode the template is rendered as expected.
Is there a way to fix my problem with code adjustments or is this a bug? Thanks for the support!
The ngTemplateRef column should display the referenced template and not the pure rendered text from the source, in the same way as it displays the content for non-stacked/-responsive views.
📷 Screenshots
Normal View - component shown:
Responsive - plain data text shown:
📝 Additional context
see closed issue: #1723
columnDefs does not solve the issue with the rendering on responsive mode.