Skip to content

set_form_dimension in Subgrid

set_form_dimension() is not supported in the subgrid. However, you can use CSS attribute selector to modify it directly

[id^="editmod<TABLE NAME>"] {
    width: 800px !important;
}

Feedback and Knowledge Base