- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2017 05:39 PM
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.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2017 07:45 PM
Add/Change below in server code and it should work fine
options.show_breadcrumbs=false;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 02:38 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2019 07:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2019 07:10 AM