Need help, I want to remove the validation for the column having limited size of 11 while adding fields from the doctype, since its following bootstrap grid pattern. May I know how to achieve it?
There is no easy solution. However, this previous thread may give you some ideas:
Consider the following screenshot. This shows an ERPNext child DocType (a Purchase Order Item) displayed in the traditional grid layout.
[image]
As you know, this “grid widget” has a few limitations:
At most, we can display 11 columns.
Column widths are limited to increments of 1 “column”.
It scales automatically, and we cannot control this.
We cannot increase/decrease the size in pixels, millimeters, em/rem, etc.
I don’t know an easy method to hide/remove the 1st column:
[image]
I do…
Hey Brian, thank you for the response…