how to hide id in list view
Write a clint script frappe.listview_settings[‘Doctype_name’] = { hide_name_column: true, }
Thank You it works