Hide an Editable Grid Column

Is it possible to hide a field that is shown in an editable grid?

For a regular grid (non editable) when you hide the field it shows the field as “hidden” but the value of the field still shows when you have an editable grid.

Best case scenario would be to hide the whole column but even hiding the value is sufficient. Anyone knows how to do that?

FYI set_column_disp, set_df_property - hidden, depends on - eval etc. etc. wont work.

Oh wait… use this in the onload event.

Please check if this helps.

https://frappe.erpnext.com/kb/setup/customizing-visibility-of-data-in-the-child-table

@umair thanks for this but I am actually talking about customising this list view. I want to remove the Grand Total column through hooks.