1 Like
3 Likes
please selct the âIn List Viewâ check box for the chield field
and also click the âconfigure columnsâ gear button and add the button column
The button only appear, once the row gets selected
Thank you for the response.
But thatâs not exactly i mean, I need some function on it. On btn i need to make it clickable and redirect to other doc, please provide a snippet of code.
Dude that doesnât Work.
no reaction at all.
Your codeâŚ
frappe.ui.form.on(âAppointment Slotâ,{
assign: function(frm, cdt, cdn){
var d = locals[cdt][cdn];
frappe.msgprint(âbutton clickedâ);
}
})