Data table widget - hide filter

techies
Kilo Expert

Hi All,

I am using the data table widget and I need to make certain that the user is unable to traverse other records of the table by changing the filter. I know that the filter could be hidden by css but it could be easily changed by the user. Is there any other way to disable the change filter?

Thanks for any help.

1 ACCEPTED SOLUTION

Gurpreet07
Mega Sage

Add/Change below in server code and it should work fine


options.show_breadcrumbs=false;


View solution in original post

12 REPLIES 12

gggfdf
Kilo Explorer

Hello All,

I would like to know where there is a option for making the filter Read Only such that the user cannot edit the filter having no permission to see other records of the table.

jxsaxton421
Tera Guru

Apparently, ServiceNow never added this option to the options menu in the widget. Is it possible to set the option from the additional options menu in the platform view?

find_real_file.png

You can set it from the widget instance

find_real_file.png