“name”,“employee_name”,“status”
above sequence in below list view
@NCP Any solutions?
I want to add programmatically.
I tried but not working
frappe.listview_settings["Training Request"] = {
add_fields: [
"name",
"employee_name",
"status"
],
}
I have to fix columns for all users.