Hide the ID column in the view custom doctype and also to have a line break in the columns

Good afternoon! How to hide the ID column in the view custom doctype and also to have a line break in the columns, otherwise the content is cut off and it is not clear what is written there

@ktotut can you share more information like screenshots

Check the documentation to modify list view
https://docs.frappe.io/framework/user/en/api/list

Use,

hide_name_column: true

to hide the name field.

You can configure the List Settings (click the 3 dot button) to choose fields that are needed to be visible and you can add/remove fields as well. That should adjust the columns.