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