Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Table<T>

Type parameters

  • T

Hierarchy

  • Table

Index

Constructors

Methods

Constructors

constructor

Methods

calculate

  • calculate(data: readonly T[]): readonly T[]
  • Processes data applying all filtering and sorting rules

    Parameters

    • data: readonly T[]

      Array of processing items. Each item must be object

    Returns readonly T[]

Generated using TypeDoc