Class: State

State

Important stateful data for the Widget.

This exists only for documentation purposes and is not actually defined in the instance.


new State()

Source:

Members


above :Number

Controls the sort ordering and is returned when a is considered to precede b.

Type:
  • Number
Source:

below :Number

Controls the sort ordering and is returned when a is considered to procede b.

Type:
  • Number
Source:

order :Number

Names the column by which to sort rows using the field value of the column.

If the field does not exist, no ordering is explicitly performed

Type:
  • Number
Source:

page :Number

The current page of the table being rendered.

Type:
  • Number
Source:

Used for filtering a row based on the values within it.

Type:
  • String
Source:

size :Number

The number of rows to display per page. of the state.size value is copied here used for user control of the paging size. This is later in a $watch statement to handle keeping size straight when changed this way.

Direct modifications to state.size after the widget has been created will NOT currently be reflected back to this value.

Type:
  • Number
Source: