cell-furo-bigdecimal

cell-furo-bigdecimal #

@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/cell-furo-bigdecimal.js';
exports CellFuroBigdecimal js
exports <cell-furo-bigdecimal> custom-element-definition
extends /src/typerenderer/cell-float.js
superclass CellFloat

Summary: cell display renderer for type furo.BigDecimal

Description #

The cell-furo-bigdecimal component displays a FieldNode of type furo.BigDecimal in read only mode.

The component uses locale from the environment to display the date value accordingly. https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat

Attributes and Properties #

_displayValue #

default: ''



Methods #

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Binds a field node to the component

  • fieldNode