Daff - Data Diff

daff.JsonTable

Type: class

Implements:

Constructor:

new(data : Dynamic, name : String)

Variables:

height (accessor,null) : Int
width (accessor,null) : Int

Methods:

alterColumns (columns : Array<ColumnChange>) : Bool
applyFlags (flags : CompareFlags) : Bool
asTable () : Table
changeRow (rc : RowChange) : Bool
clear () : Void
clone () : Table
cloneMeta (?table : Table) : Meta
create () : Table
getCell (x : Int, y : Int) : Dynamic
getCellView () : View
getData () : Dynamic
getMeta () : Meta
getName () : String
getRowStream () : RowStream
getTable () : Table
get_height () : Int
get_width () : Int
insertOrDeleteColumns (fate : Array<Int>, wfate : Int) : Bool
insertOrDeleteRows (fate : Array<Int>, hfate : Int) : Bool
isNested () : Bool
isResizable () : Bool
isSql () : Bool
resize (w : Int, h : Int) : Bool
setCell (x : Int, y : Int, c : Dynamic) : Void
setMeta (meta : Meta) : Void
toString () : String
trimBlank () : Bool
useForColumnChanges () : Bool
useForRowChanges () : Bool