Question
Add Button to every row's last column in grid's inside Detail Setup
11:30 Oct 30, 2023
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
1 comments
13:42 Nov 01, 2023
Hi,
To fix this particular error you need to replace & 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