A Live-Updating Table

Constructors

LiveTable([List<TableColumn> columns ])

factory
LiveTable.create(List<TableColumn> columns, List<LiveTableRow> rows)

Properties

autoStartSend → bool

read / write
columns → List<TableColumn>

final
response InvokeResponse

read-only
rows → List<LiveTableRow>

final
hashCode → int

The hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

clear() → void

close([bool isFromRequester = false ]) → void

createRow(List values, { bool ready: true }) LiveTableRow

doOnClose(Function f) → void

getCurrentState([int from = -1 ]) → List

onRowUpdate(LiveTableRow row) → void

override() → void

refresh([int idx = -1 ]) → void

reindex() → void

resend() → void

sendTo(InvokeResponse resp) → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited