Monster.Components.Datatable.Datasource. Dom

The Datasource component is a basic class for the datatable component.

Dependencies: the system uses functions of the monsterjs library

Constructor

new Dom()

A dom datasource

Members

defaults

To set the options via the html tag the attribute data-monster-options must be used.

To set the options via the html tag the attribute data-monster-options must be used.

Properties
NameTypeDescription
templatesObject

Template definitions

Properties
NameTypeDescription
mainstring

Main template

See

(static) instanceSymbol

This method is called by the instanceof operator.

This method is called by the instanceof operator.

Methods

assembleMethodSymbol() → {Monster.Components.Form.Form}

reload() → {Promise.<never>|*}

Reloads the data

.

Reloads the data

Returns:
Type: 
Promise.<never> | *

(static) getCSSStyleSheet() → {Array.<CSSStyleSheet>}

Returns:
Type: 
Array.<CSSStyleSheet>