Members
-
above :Number
-
Controls the sort ordering and is returned when
a
is considered to precedeb
.Type:
- Number
- Source:
-
below :Number
-
Controls the sort ordering and is returned when
a
is considered to procedeb
.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:
-
search :String
-
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: