Afternoon all, I have an odd issue with a dynamic gridLayout. Th

Afternoon all,

I have an odd issue with a dynamic gridLayout.
The grid has a dynamic number of both rows and columns, with total and subtotal rows and most of the time this is working - however..........

when there is only 1 row of data I am getting an error of:
"Rule '?' has 1 parameters, but instead passed 3 parameters."

I understand the error, but not how to solve it......

For 1 data row the a!applyComponents is returning:
{Total row
SubTotal row
data row}

and this leads to the error - with the 3 rows being the 3 parameters in the error above.

HOWEVER

If there are 2 datasets:
{
{Total row,
SubTotal row,
data row},
{data2 row}
}
is being correctly rendered with 4 rows in the grid.

Does anyone have any ideas why this is happen... and more importantly how to solve it!

Thanks in advance

Gareth

OriginalPostID-158868

OriginalPostID-158868

  Discussion posts and replies are publicly visible

Parents
  • Abhi,

    The design is already using a!applyComponents, both for defining the columns and then populating the rows, and when there is more than 1 row of data this works correctly.

    The issue is when the sub-rule (used by in the applycomponents) that returns a single array of multiple rows, the grid errors.

    If there are multiple row, of raw data, the grid populates correctly - including the 'triple' row that on its own is the problem.

    I will see if I can create an example and add it to this thread as the code being used is complex
Reply
  • Abhi,

    The design is already using a!applyComponents, both for defining the columns and then populating the rows, and when there is more than 1 row of data this works correctly.

    The issue is when the sub-rule (used by in the applycomponents) that returns a single array of multiple rows, the grid errors.

    If there are multiple row, of raw data, the grid populates correctly - including the 'triple' row that on its own is the problem.

    I will see if I can create an example and add it to this thread as the code being used is complex
Children
No Data