Content of the datafield that should be displayed in the template
If the available space has a width smaller that this breakpoint the datafield will fill 100% of the available space.
The breakpoint is only taken into consideration if TemplateAppearance.NETGRIF is set on the data field.
See [DataField.layout]{@link DataField#layout} for more information.
Field offset defined by task
false if the data field uses the TemplateAppearance.MATERIAL and true otherwise.
Function that is called when the Component changes dimension and determines whether the "small" or "large" layout should be displayed.
Generated using TypeDoc
Provides a responsive layout to data fields where their appearance can change based on the width of space they have available.
If the width of the available space is less than the
layoutChangeWidthBreakpointthen the provideddataFieldTemplateis displayed at 100% width. If the width is greater or equal to the breakpoint the datafield template occupies the right half and the left half contains it's title.If the datafield's layout is set to
TemplateAppearance.MATERIALthe field always occupies 100% of the available space regardless of it's width.See DataField and TemplateAppearance for more information.