In dgrid laboratory, I can resize the column to go longer than the parent which results in a horizontal scroll bar. Is there a way to disable this from happening i.e. disallowing the table to exceed it's parent width and hence not showing a horizontal scroll bar?
For e.g.
div.dgrid-header-row has width 100px
But th.dgrid-column-First_Name can have width 120px which results in a horizontal scroll bar because the total width of the table is longer than the parent div.
Is there a way to limit the total header width to a maximum value?
In dgrid laboratory, I can resize the column to go longer than the parent which results in a horizontal scroll bar. Is there a way to disable this from happening i.e. disallowing the table to exceed it's parent width and hence not showing a horizontal scroll bar? For e.g. div.dgrid-header-row has width 100px But th.dgrid-column-First_Name can have width 120px which results in a horizontal scroll bar because the total width of the table is longer than the parent div.
Is there a way to limit the total header width to a maximum value?