Pivottable Interface

class epyk.interfaces.tables.CompPivot.Pivottable(ui)
c3(records=None, rows: Optional[list] = None, cols: Optional[list] = None, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), html_code: Optional[str] = None, helper: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = False)

Create an HTML Pivot table.

Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • records

  • rows

  • cols

  • width – Optional. The width of the component in the page, default (100, ‘%’)

  • height – Optional. The height of the component in the page, default (330, “px”)

  • html_code – Optional. An identifier for this component (on both Python and Javascript side)

  • helper – Optional. Display a tooltip info component

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

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

d3(records=None, rows: Optional[list] = None, cols: Optional[list] = None, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), html_code: Optional[str] = None, helper: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = False)

Create a HTML Pivot table.

Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • records

  • rows

  • cols

  • width – Optional. The width of the component in the page, default (100, ‘%’)

  • height – Optional. The height of the component in the page, default (330, “px”)

  • html_code – Optional. An identifier for this component (on both Python and Javascript side)

  • helper – Optional. Display a tooltip info component

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

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

heatmap(records: Optional[list] = None, rows: Optional[list] = None, cols: Optional[list] = None, values=None, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), html_code: Optional[str] = None, helper: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = False)

Create an HTML Pivot table.

Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • records

  • rows

  • cols

  • values

  • width – Optional. The width of the component in the page, default (100, ‘%’)

  • height – Optional. The height of the component in the page, default (330, “px”)

  • html_code – Optional. An identifier for this component (on both Python and Javascript side)

  • helper – Optional. Display a tooltip info component

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

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

pivot(records: Optional[list] = None, rows: Optional[list] = None, cols: Optional[list] = None, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), html_code: Optional[str] = None, helper: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = False)

Create an HTML Pivot table.

Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • records

  • rows

  • cols

  • width – Optional. The width of the component in the page, default (100, ‘%’)

  • height – Optional. The height of the component in the page, default (330, “px”)

  • html_code – Optional. An identifier for this component (on both Python and Javascript side).

  • helper – Optional. Display a tooltip info component.

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

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

plotly(records=None, rows: Optional[list] = None, cols: Optional[list] = None, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), html_code: Optional[str] = None, helper: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = False)

Create an HTML Pivot table.

Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • records

  • rows

  • cols

  • width – Optional. The width of the component in the page, default (100, ‘%’)

  • height – Optional. The height of the component in the page, default (330, “px”)

  • html_code – Optional. An identifier for this component (on both Python and Javascript side)

  • helper – Optional. Display a tooltip info component

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

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

sub_total(records: Optional[list] = None, rows: Optional[list] = None, cols: Optional[list] = None, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), html_code: Optional[str] = None, helper: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = False)

Create an HTML Pivot table.

Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • records

  • rows

  • cols

  • width – Optional. The width of the component in the page, default (100, ‘%’)

  • height – Optional. The height of the component in the page, default (330, “px”)

  • html_code – Optional. An identifier for this component (on both Python and Javascript side)

  • helper – Optional. Display a tooltip info component

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

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

ui(records: Optional[list] = None, rows: Optional[list] = None, cols: Optional[list] = None, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), html_code: Optional[str] = None, helper: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = False)

Create an HTML Pivot table.

Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • records

  • rows

  • cols

  • width – Optional. The width of the component in the page, default (100, ‘%’)

  • height – Optional. The height of the component in the page, default (330, “px”)

  • html_code – Optional. An identifier for this component (on both Python and Javascript side)

  • helper – Optional. Display a tooltip info component

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

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