Subscribe to receive notification whenever a new NgTableParams
instance has finished being constructed.
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called. Supply a
scope
to have angular automatically unregister the listener when the scope
is destroyed.
the function that will be called when the event fires
the angular $scope
that will limit the lifetime of the event subscription
a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever a new NgTableParams
instance has finished being constructed.
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called.
the function that will be called when the event fires
a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever a ngTableDefaultGetData
instance filters data
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called.
the function that will be called when the event fires
the angular $scope
that will limit the lifetime of the event subscription
either the specific IDefaultGetData
instance you want to receive events for or a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever a ngTableDefaultGetData
instance filters data
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called.
the function that will be called when the event fires
either the specific IDefaultGetData
instance you want to receive events for or a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever a ngTableDefaultGetData
instance orders data
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called.
the function that will be called when the event fires
the angular $scope
that will limit the lifetime of the event subscription
either the specific IDefaultGetData
instance you want to receive events for or a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever a ngTableDefaultGetData
instance orders data
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called.
the function that will be called when the event fires
either the specific IDefaultGetData
instance you want to receive events for or a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever the reload
method of an NgTableParams
instance has successfully executed
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called. Supply a
scope
to have angular automatically unregister the listener when the scope
is destroyed.
the function that will be called when the event fires
the angular $scope
that will limit the lifetime of the event subscription
either the specific NgTableParams
instance you want to receive events for or a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever the reload
method of an NgTableParams
instance has successfully executed
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called.
the function that will be called when the event fires
a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever a new data rows array is supplied as a settings
value to a NgTableParams
instance.
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called. Supply a
scope
to have angular automatically unregister the listener when the scope
is destroyed.
the function that will be called when the event fires
the angular $scope
that will limit the lifetime of the event subscription
either the specific NgTableParams
instance you want to receive events for or a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever a new data rows array is supplied as a settings
value to a NgTableParams
instance.
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called.
the function that will be called when the event fires
either the specific NgTableParams
instance you want to receive events for or a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever the paging buttons for an NgTableParams
instance change
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called. Supply a
scope
to have angular automatically unregister the listener when the scope
is destroyed.
the function that will be called when the event fires
the angular $scope
that will limit the lifetime of the event subscription
either the specific NgTableParams
instance you want to receive events for or a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Subscribe to receive notification whenever the paging buttons for an NgTableParams
instance change
Optionally supply an eventFilter
to restrict which events that should trigger the listener
to be called.
the function that will be called when the event fires
either the specific NgTableParams
instance you want to receive events for or a predicate function that should return true to receive the event
a unregistration function that when called will unregister the listener
Generated using TypeDoc
Strongly typed pub/sub for NgTableParams
Supported events:
reload
method has finished loading new datadataset
receives a new data array