Dynamic Field Rendering in Child Table

I am looking to implement dynamic field rendering in a child table where:

  1. Field Selection: In one column, the user selects a field from a linked Doctype.
  2. Dynamic Input Adjustment: Based on the field type and metadata of the selected field, the input in the next column adjusts accordingly.

Examples:

  • If the selected field is a Select field, the next column displays a dropdown with the field’s options.
  • If the selected field is an Integer field, the next column restricts the input to numbers.
  • This behavior needs to dynamically adapt row by row.

I understand that ERPNext does not support this functionality natively. However, if anyone has expertise in building such a feature or believes they can figure it out, I am open to discussing the development effort and cost.

Please let me know if you’re interested or have ideas on how this could be implemented.

Thanks!

1 Like