Google Interface

class epyk.interfaces.tables.CompTableGoogle.Google(ui)
table(records=None, cols: Optional[list] = None, rows: Optional[list] = None, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), html_code: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = None)
Tags:

Categories:

Usage:

:param records: Optional. The list of dictionaries with the input data
:param cols: Optional. The list of key from the record to be used as columns in the table
:param rows: Optional. The list of key from the record to be used as rows in the table
:param width: Optional. The width of the component in the page, default (100, '%')
:param height: Optional. The height of the component in the page, default (330, "px")
:param html_code: Optional. An identifier for this component (on both Python and Javascript side)
:param options: Optional. Specific Python options available for this component
:param profile: Optional. A flag to set the component performance storage