Add pagination on suitelet form

You can add pagination by simply write sublistType as STATICLIST
eg : 
let sublist = form.addSublist({
    id: '',
    type: serverWidget.SublistType.STATICLIST,
    label: '',

});

Leave a comment

Your email address will not be published. Required fields are marked *