Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableCreator

Hierarchy

  • TableCreator

Index

Properties

Accessors

Methods

Properties

_h

_h: CreateElement

_translatorService

_translatorService: TranslatorService

Accessors

h

  • set h(h: CreateElement): any

Methods

bTable

  • bTable(items: {}[], perPage: number, fields: BvTableField[], rowClicked?: Function): VNode
  • Parameters

    • items: {}[]
    • perPage: number
    • fields: BvTableField[]
    • Optional rowClicked: Function

    Returns VNode

card

  • card(children: VNode[]): VNode

table

  • table(subject: string, fields: BvTableField[], rowClicked?: Function): Component
  • Parameters

    • subject: string

      the subject for which to create the table for

    • fields: BvTableField[]

      the subject for which to create the table for

    • Optional rowClicked: Function

    Returns Component

title

  • title(title: string): VNode

Generated using TypeDoc