hello, I looked at the documentation and searched the forum, but I didn't find the problem.
whatever field I try to show, it writes undefined
groupOptions: {
columns: ["cpfcnpj"],
showGroupedColumn: false,
showDropArea: false,
captionTemplate: "<div><strong>${headerText} - ${field} - ${cpfcnpj}</strong> ${if(count === 1)}<span>${count} registro</span>${else}<span>${count} registros</span> ${/if}</div>"
},
what am I doing wrong?
Thanks!