Monster.Components.Datatable. DatasourceStatus

The Status component is used to show the current status of a datasource.

Dependencies: the system uses functions of the monsterjs library

You can create this control either by specifying the HTML tagdirectly in the HTML or using Javascript via thedocument.createElement('monster-pagination');` method.

<monster-pagination></monster-pagination>

Or you can create this CustomControl directly in Javascript:

import '@schukai/component-datatable/source/pagination.mjs';
document.createElement('monster-pagination');

Constructor

new DatasourceStatus()

A datatable

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

datasourceObject

Datasource configuration

Properties
NameTypeDescription
selectorstring

The selector of the datasource

See

(static) instanceSymbol

This method is called by the instanceof operator.

This method is called by the instanceof operator.

Methods

(static) getCSSStyleSheet()

Returns:

[CSSStyleSheet]

(static) getTag() → {string}

Returns:
Type: 
string