Class: Table

Table()

Table Component




DEMO

Constructor

new Table()

Source:

Members

(static) observedAttributes

Set observable values here. When Changed, attributeChangedCallback is invoked
Source:

Methods

_click()

Source:

_fetchAttributes(modalopt)

Component attributes are _fetched and defaults are set if undefined
Parameters:
Name Type Attributes Default Description
modal string <optional>
true mode for our table
Source:

_fetchElements()

Stores DOM elements of interest for future use
Source:

_finalize()

SAVE DATA FOR ANALYTICS
Source:

_initialize()

SAVE DATA FOR ANALYTICS
Source:

_publish()

Publish all events
Source:

_trasferAttr(elem1, elem2)

Parameters:
Name Type Description
elem1 string
elem2 string
Source:

attributeChangedCallback()

Called with .setAttribute(...) function call
Source:

configure()

configure the instance object and artifacts
Source:

connectedCallback()

This function is called when this is attached to DOM
Source:

destroy()

Destroy the instance object and artifacts
Source:

disconnectedCallback()

Invoked When component is removed. Usually with a .remove() function call
Source: