Display list view based on given list

“name”,“employee_name”,“status”

above sequence in below list view

@NCP Any solutions?

You can adjust with Listview Settings but first columns can’t set anywhere.

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.

same thing: Display list view based on given list - #2 by NCP