Monster.Components.Datatable. EmbeddedPagination

The EmbeddedPagination component is used to show the current page and the total number of pages.

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-datatable');` 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 EmbeddedPagination()

A datatable

Members

(static) instanceSymbol

This method is called by the instanceof operator.

This method is called by the instanceof operator.

Methods

(static) getTag() → {string}

Returns:
Type: 
string