UI Builder: How to enable scrolling on a List - Simple

thomaskennedy
Tera Guru

I see the List - Simple has a Scroll Updated event, which suggests that it supports scrolling, but I do not see a way to take advantage of this. I have a List - Simple on my page, but I'm going to replace it with a List, because the number of rows is becoming greater than expected and I need the scrollling. But is there a way to configure a List - Simple to support scrolling?

1 REPLY 1

Swarup Patra
Kilo Guru


Unfortunately, the List - Simple widget in ServiceNow does not support scrolling functionality out of the box. The 'Scroll Updated' event you're seeing is a part of the AngularJS framework that ServiceNow uses, but it's not implemented in the List - Simple widget.

Here are the steps you can follow to replace your List - Simple with a List widget:

1. Navigate to the page where you want to add the List widget.
2. Click on the hamburger menu (three horizontal lines) in the top left corner and select 'Edit'.
3. In the Widgets panel on the left, search for 'List' and drag it to the desired location on your page.
4. In the List widget settings, configure the table and filter options to display the data you want.
5. Save your changes.

Remember, the List widget does support scrolling, and it also provides additional features like sorting and filtering.


nowKB.com