- GnrGridStruct.fieldcell(field, _as=None, name=None, width=None, dtype=None, classes=None, cellClasses=None, headerClasses=None, zoom=False, **kwargs)¶
Return a cell that inherits every attribute from the field widget.
Parameters:
- field – MANDATORY - it contains the name of the field from which the fieldcell inherits
- _as – TODO
- name – with name you can override the name_long of the field form widget
- width – the fieldcell width
- dtype – the dtype. You can override the dtype of the field form widget.
- classes – TODO
- cellClasses – TODO
- headerClasses – TODO
- zoom – a link to the object to which the fieldcell refers to. For more information, check the zoom documentation page.
The Genro fieldcell inherits the structure and the attributes of the field form widget. TODO
TODO