Show reordered fields in child table only for specific user

Hi all,

I have a child table in my Frappe DocType, and I’ve rearranged the order of fields in that child table.

Now, I want this new field order (layout) to be visible only for me, not for all other users.

Is there any way to make field order or visibility user-specific in Frappe?
For example:

  • Can I apply a custom form layout that affects only my user account?

  • Or can I use User Permissions / Client Scripts to control the field visibility or order dynamically?

Any suggestions or best practices for achieving this are welcome.

Thanks in advance!