Home Reference Source
public class | source

BadgeCell

Extends:

react~React.Component → BadgeCell

Ячейка таблицы типа бейдж

Example:

<BadgeCell model={model} filedKey={'name'} text="info"/>

React Props:

NameTypeAttributeDescription
id string
model object модель данных
fieldKey string ключ модели для этой ячейки
text string текст бейджа
placement string положение бейджа("left" или "right")
color string цветовая схема бейджа(["default", "danger", "success", "warning", "info")

Method Summary

Public Methods
public

render(): *

Базовый рендер

Public Methods

public render(): * source

Базовый рендер

Return:

*