I made a code to study how the callback mechanism works with diferrent band arrangements.
When we have a Data band with a Group Header and with a Group Footer. We put, for instance, 4 fields on data band, that will correspond to columns of each row data. So on LimeReport::CallbackInfo::ColumnCount we set the number of rows = 4.
But if I put text fields in Group Header or Footer using $D{}, the data never gets fetched on getCallbackData.
How can it be done imagining we want different values for each Group Header and Footer fields.
Regards