There are no records to display.
To see records displayed here, choose preview.
You don't have permissions to view these records.
Error completing request.
Loading...
let sectionEl = $("table.section")// //all fieldsets let sectionElParent = sectionEl.parent() //getting all the heads containing h3 tags let productHead = $(sectionElParent).find("h3") //getting the header of the editable grid let legendTitle = productHead[1].parentElement //adding a button to the Head let btnAddToQuote = "

Product requirments

" //adding the element in the LegendTitle $(legendTitle).html(btnAddToQuote) //adding some CSS to the LegendTitle $(legendTitle).css("display", "flex") $(legendTitle).css("justify-content", "space-between")