How to Set Default Visible Columns in Sales Invoice Item Table?

In the Sales Invoice item table, only a few fields (Item, Quantity, Rate, Amount) are visible by default. I want to add more fields and make them visible automatically without users having to configure them manually.

How can I do this in Frappe/ERPNext?

You need to customize the table in the customize form and check/uncheck “In List View” property for all the necessary fields.