Class: ActionTableServerScript

WidgetComponents. ActionTableServerScript


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
Properties:
Name Type Description
loaded Number

Timestamp for when the data was retrieved

rows Array

Contains the row data for the table

error Object

Message from an error while building the data for the table.

Properties
Name Type Description
message String

The message to display for the error.

Source:

options

Object created by Service-Now and passed to the Widget controller on initialization.

Type:
  • Object
Properties:
Name Type Description
filterable String

Comma seperated list of fields that should be added to the $search property of objects for easy filtering.

per_page Number

Forces the table to show a set number of rows per page of data and hides the per_page selector on the table.

refresh_interval Number

Milliseconds to wait between pulling data from the server again.

data_source String

Indicating where/how to retrieve data.

Source: