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
Hi! I have a problem with table customization. Could you tell me how to use @output to track the click event of a button that is displayed with FactoryRenderer in skawa-data-table-col? Thank you)
Currently there are not possible to do it without some painfull solution. I planning to add some feature to the DataTAble in the week, i will try to add a solution for this one too.
The stream listen will be different for the stream with @Output() and for the original html streams. To the 'click' stream, the angular will listen by addEventListener, but in the case of the @Outpt() streams, the angular will listen to them directly. Therefor now i didn't see non painfull short term solution.
Hi! I have a problem with table customization. Could you tell me how to use @output to track the click event of a button that is displayed with FactoryRenderer in skawa-data-table-col? Thank you)
table_component.html:
table_component.dart:
icon_component.dart:
The text was updated successfully, but these errors were encountered: