Data Table Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2016 10:29 AM
Using the Data Table widget in the Service Portal that comes with Helsinki. Cloned it so that I could make it work for me. I added the table name (change_request) and added the fields I wanted to see. That however doesn't seem to be what that field means when I edit the widget. The widget defaults to 4 fields (Number,Category,Short Description and Approval). I did not select all of these and actually added a couple others I wanted to see but they don't show. I love the look of the table that it presents, but it's just not acting the way I expected. What am I missing about customizing/configuring a widget?
- Labels:
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2016 01:35 PM
Hey Stanley,
Thanks for taking the time to get back to me. Please keep me posted with what you find with regards to Patch 5. If you had a screenshot of how you passed the widgetParams that would be a huge win for me. Again thank you and hope the upgrades are treating you well.
Best,
Philip Engles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2016 01:38 PM
When you clone a widget, you can modify the server side script that is being run for that widget. That is how the params are passed.
Get Outlook for iOS<https://aka.ms/o0ukef>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2016 02:57 PM
philengles in the Data Table from Instance Definition, on the Server Script section you should see "var widgetParams"
this is how mine is setup
var widgetParams = {
table: data.table,
fields: data.field_list,
o: data.o,
d: data.d,
filter: data.filter,
window_size: data.window_size,
view: 'sp',
title: options.title,
show_keywords: true,
hide_header: false,
show_breadcrumbs: false
};
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2016 12:56 PM
Hi Altamish,
Sorry that you havent been able to figure it out. I know its frustrating but did you make a view named 'sp'? I personally was able to get the view portion to work for me so its hard to know what you are missing.
Best,
Phil E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2016 10:13 AM
All-
I have requirements to allow users to edit the filter after clicking on view more on the simple lists. The breadcrumbs show the current filter, but there is no way to edit this filter. I've been searching thread after thread and I haven't seen any requests for this. Is this request way out there or am I missing something really easy here?
Thanks in advance,
-Terry
