How to change the order of display of field in a child table

I have an app with doctype Consignment and want to assign Todo for Consignment to separate user. I have added Todo as a child table to consignment and want to show description and status columns first. Is it possible to reorder the fields?

By your statement I am assuming you wish to show these columns in the grid view of the child table, for that, you will have to enable in_list_view for these two columns.

Thank you @shreya115 that helps me show max of 5 in_list_view fields.

I would like to re-order the field names, as indicated in the attached screenshot.

You can’t change the order of fields for standard doctypes using customize form.