Child tables fields/columns limitation

Is there any particular reason for child tables field/columns limitation which is only 10 fields?

Is it possible or is it ok if I want to change the fields limitations from child table?

My understanding is this:

  • The Frappe child documents are displaying using a grid system built by Bootstrap.
    Grid system · Bootstrap v5.0
  • The Bootstrap grid system is limited to 12 columns.
  • Frappe uses 2 of those columns for itself (idx position, 'Edit' button), leaving only 10 columns remaining for other DocFields.

I don’t know how to workaround this (but really wish I did, because it’s annoying)

1 Like

Me I revive this thread. Then (10) usable columns I think is acceptable considering the viewing area which is the limiting factor. What I am looking for a possibility is can it be configured to have an increment of 0.1 and remain 10 max column. The reason is obvious so I can assign 1st column as 0.5 then 1.0 for next and 1.5 so on. Max is still 10 columns.