EmbeddedPagination

The EmbeddedPagination extends the Pagination component and adopts the styles of the DataTable component.

Import
the javascript logo
import { EmbeddedPagination } from "@schukai/monster/source/components/datatable/embedded-pagination.mjs";
Source
the git logo
Package
the npm logo
Since
1.0.0

HTML Structure

<monster-embedded-pagination></monster-embedded-pagination>

JavaScript Initialization

const element = document.createElement('monster-embedded-pagination');
document.body.appendChild(element);

Exported

EmbeddedPagination

Derived from

Pagination

Options

The Options listed in this section are defined directly within the class. This class is derived from several parent classes, including the CustomElement class. Therefore, it inherits Options from these parent classes. If you cannot find a specific Options in this list, we recommend consulting the documentation of the Pagination.

Option
Type
Default
Description
classes
object
Class definitions
classes.spinner
string
monster-spinner monster-theme-primary-3
Spinner class
classes.spinnerContainer
string
monster-theme-primary-2
Spinner container class
classes.error
string
monster-theme-error-2 monster-bg-color-primary-2
Error class
classes.errorContainer
string
monster-theme-primary-2
Error container class

  • since
  • deprecated

Properties and Attributes

The Properties and Attributes listed in this section are defined directly within the class. This class is derived from several parent classes, including the CustomElement class and ultimately from HTMLElement. Therefore, it inherits Properties and Attributes from these parent classes. If you cannot find a specific Properties and Attributes in this list, we recommend consulting the documentation of the Pagination.

  • data-monster-options: Sets the configuration options for the collapse component when used as an HTML attribute.
  • data-monster-option-[name]: Sets the value of the configuration option [name] for the collapse component when used as an HTML attribute.

Methods

The methods listed in this section are defined directly within the class. This class is derived from several parent classes, including the CustomElement class and ultimately from HTMLElement. Therefore, it inherits methods from these parent classes. If you cannot find a specific method in this list, we recommend consulting the documentation of the Pagination.

Static methods

[instanceSymbol]()
Returns
  • {symbol}
This method is called by the instanceof operator.
getControlCSSStyleSheet()
Returns
  • {CSSStyleSheet}
getTag()
Returns
  • {string}

Lifecycle methods

Lifecycle methods are called by the environment and are usually not intended to be called directly.

[assembleMethodSymbol]()

Events

This component does not fire any public events. It may fire events that are inherited from its parent classes.

The current width of the area is too small to display the content correctly.