HtmlTableGoogle Module

class epyk.core.html.tables.HtmlTableGoogle.Table(page: PageModel, records, width, height, html_code, options, profile)
build(data=None, options=None, profile=None, component_id=None, dataflows: Optional[List[dict]] = None)

Return the JavaScript fragment to refresh the component content.

Usage:

dt = page.ui.rich.update()
page.ui.button("Update").click([dt.refresh()])
Parameters:
  • data – Optional. Component data

  • options – Optional. Specific Python options available for this component

  • profile – Optional. A flag to set the component performance storage

  • component_id – Optional. The object reference ID

  • dataflows – Chain of data transformations

property tableId: str

Return the Javascript variable of the chart.

Usage:

table.tableId