- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 01:52 AM
Hi Experts,
I am trying to call the 'ABC' data table widget in "XYZ"widget when clicking on a tab in 'XYZ' widget
Widget "ABC" preview attached : data table widget (Expected looks and feel)
but when calling 'ABC' in 'XYZ' it doesn't show me the data
Current look feel: screenshot attached
Widget XYZ details below
HTML :
<sp-widget widget="c.data.example"></sp-widget>
Server script :
NOTE: followed steps from below URL,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 08:37 AM - edited 03-08-2023 09:00 AM
Hi @raja_5 1] Can you try to pass existing data-table widget in below line.
data.example = $sp.getWidget('widget-data-table', data);
2] Also add data.enable_filter = true; line above the 'data.filter=options.filter;' line.
Could you please share your widget snippet, In my case it is look likes this
are the records are displays on widget the only issue is that Breadcrumbs right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 09:05 AM
Sure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 09:11 AM
okay, As you said records are filter and you can also apply the filter. then what is the issue you are facing related to the breadcrumbs?
Do you need to set default breadcrumbs as below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 09:24 AM - edited 03-08-2023 09:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 09:41 AM
@raja_5 ,
Have a look this post,https://www.servicenow.com/community/developer-forum/data-table-widget-hide-filter/m-p/1782338/page/...
to hide these buttons , need to play with css
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 09:14 PM