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
I've been trying to add a button that will appear in a cell in every row of a table that is populated by passing it a collection. The table is populated with data from the collection but I cannot get it to render a button in one of the cells.
I attempted to use the fn attribute and return HTML via Spacebars.SafeString() but this doesn't do anything, no errors.
I have also checked if the function is ever reached and it appears it is never even called.
Have I misunderstood the usage of the fn attribute or is this a bug?
Thanks
The text was updated successfully, but these errors were encountered:
I've been trying to add a button that will appear in a cell in every row of a table that is populated by passing it a collection. The table is populated with data from the collection but I cannot get it to render a button in one of the cells.
I attempted to use the fn attribute and return HTML via Spacebars.SafeString() but this doesn't do anything, no errors.
I have also checked if the function is ever reached and it appears it is never even called.
Have I misunderstood the usage of the fn attribute or is this a bug?
Thanks
The text was updated successfully, but these errors were encountered: