Question

Add Button to every row's last column in grid's inside Detail Setup

Hi everyone,

 

I am trying to add a button (that upon clicking will open up another page) to the end of every row (pictured) in detail setup's grid. I tried to follow the example here https://community.creatio.com/questions/add-custom-button-all-rows but I am getting syntax errors. (pictured). Would appreciate if anyone could advise on this. I

 

Thank you.

 

Like 0

Like

1 comments

Hi,

 

To fix this particular error you need to replace &amp; lt; and gt; with the correspondent symbols: &, < and > in the code.

 

Just tested it and indeed after adding css to the detail with editable list it works, but the element should be placed elsewhere since it overlaps the menu options for the selected row:

Show all comments