Manages a sortable table of data given as simple array of flat objects

Key0  Key1 Key2

Type Parameters

  • T extends Object

Hierarchy

  • HTMLTableElement
    • Table

Constructors

Properties

controller: TableController<T>
data: T[]
icon: string

Methods