@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Class UITableViewColumnAbstract

    Every type of column component should build on this

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    cellTemplate: TemplateRef<UITableViewCellContext<unknown>>
    headerText: InputSignal<string> = ...
    key: InputSignal<string> = ...

    Represents the property in the row object that represents this column

    sortable: InputSignal<boolean> = ...

    Methods

    • Parameters

      • row: unknown

      Returns unknown