### Description
Consolidate detailed information for the user. The Ticket List widget acts as a central location to view ticket status. The filtering mechanism is able to manage a large volume of records and visualize the data in a pleasant way. This widget is a combination of two widgets that display a filtered list of tickets and items based on configurable options. You can customize and style this widget using the available instance options and associated custom templates.
The Tickets List widget takes an API to generate the list. By default, it uses the NewRocketAPI which generates a list of the user's incidents and requests the specific method in this API getItems(options). A custom API can be used and will need to return an array of tickets.
### Instance Options
| Option | Property | Comments | Default Value | Source |
| ----- |:-----:| ---- | ---- | ---- |
| Template | `template` | Used to name the bootstrap class for the widget. | `Default value` | Instance |
| Script Include | `script_include` | Supports overriding the default Script Include. | `Default value` | Options Schema |
| Show debug | `show_debug` | Displays debug messages about configuration records to help troubleshoot issues. | `false` | Options Schema |
| Method name | `method_name` | Specifies the Script Include method name. | `12` | Options Schema |
| Records per page | `records_per_page` | Specifies the Script Include method name. | `getItems` | Options Schema |
| Enable pagination | `enable_pagination` | Specifies the Script Include method name. | `false` | Options Schema |
### CSS/SASS Variables
*Dependencies are included and configured as part of the provided Update Set.*
| Variable | Comments |
| -------- |:---|
| `$nr-ticket-checkbox-unchecked` | Sets the default checkbox color when unchecked. |
| `$nr-ticket-checkbox-checked` | Sets the default checkbox color when checked. |