new ActionTableServerScript()
The Angular controller for managing the Action Table
- Source:
Type Definitions
-
data
-
Object created by Service-Now and passed to the Widget controller on initialization.
Type:
- Object
- Source:
Properties:
Name Type Description loadedNumber Timestamp for when the data was retrieved
rowsArray Contains the row data for the table
errorObject Message from an error while building the data for the table.
Properties
Name Type Description messageString The message to display for the error.
-
options
-
Object created by Service-Now and passed to the Widget controller on initialization.
Type:
- Object
- Source:
Properties:
Name Type Description filterableString Comma seperated list of fields that should be added to the $search property of objects for easy filtering.
per_pageNumber Forces the table to show a set number of rows per page of data and hides the per_page selector on the table.
refresh_intervalNumber Milliseconds to wait between pulling data from the server again.
data_sourceString Indicating where/how to retrieve data.