RowGroup: startRender return not functioning after page length change
RowGroup: startRender return not functioning after page length change
I have a datatable set up to generate code for a startRender in the rowgroup. During the initial load of the table, the code returns properly. When the page length is changed, the startRender fires properly, but the return line does not seem to actually return the code I have set up to be put into the grouping row. I have set a breakpoint on the return line and the line fires properly, but the output does not display in the grouping row. Is this a bug or might I be missing something? Any feedback is greatly appreciated!
Answers
Disregard this: Found the problem.