- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 07:10 AM
Is it possible to add search field in service portal for a table?
I am showing some list of records in the portal.. now along with these I need to add a search field..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 09:07 AM
Okay great ! Here are the steps to follow in inner widget
1) in HTML add this button code
2)in client script add the highlighted function
Please mark my answer correct if it worked for you
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 08:59 AM
hello sathwik,
yes its doable before that did you clone the inner widget as well or the outer widget only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 09:01 AM
Yes, I cloned the inner widget as well.. ie.,data table..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 09:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 09:14 AM
Thank You!