Dataset

The dataset component is a component that allows you to display a data row from a datasource.

Usage

The dataset component needs a datasource to get the data that should be displayed in the table. The datasource can be configured via the data-monster-datasource-selector attribute. The value of the attribute is a selector that points to the datasource component.

<monster-dataset data-monster-datasource-selector="#data1"></monster-dataset>

Overview

ArgumentTypeDefaultDescription
data-monster-indexstring0The index of the row in the datasource.
data-monster-datasource-selectorstringThe selector of the datasource component.