Data Widget and number of rows per page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 03:21 AM
Hi ,
We have custom button on service portal to download the records as pdf . And we are using Data Table Widget for the same. But we have noticed users, need to change the number of pages on the service portal page each time to download the records for that page. We are aiming download all the records listed on the portal without needing to change the page numbers.
Though all records are available in portal ,it displayed on the basis of rows per page along with the page number. Found out from the script "input.dataset.map(function (transaction) { return transaction.sys_id +"";" is being used to generate the data set on the basis of page number and rows per page .
But I cannot find where this particular call-back function is defined. Any idea how can we achieve this ? Is there any workaround for this ?
Regards,
Luxo