Přeskočit na hlavní obsah

Module: app/zamestnanec/formular/[formId]/vysledek/ResultTable

Type Aliases

LabeledDataValue

Ƭ LabeledDataValue: Object

Type declaration

NameType
labelstring
valueExclude<DataValue, SelectBoxDataValue> | { label: string ; value: boolean | null }[]

Defined in

src/web-app/src/app/zamestnanec/formular/[formId]/vysledek/ResultTable.tsx:353

Functions

default

default(root0): Element

Display table with results from form with given formId.

Parameters

NameTypeDescription
root0ObjectProps for the component.
root0.formIdstringID of the form to display results of.

Returns

Element

Defined in

src/web-app/src/app/zamestnanec/formular/[formId]/vysledek/ResultTable.tsx:46