I have some checkbox columns which I want to render specific string if checked. However the table is initially empty and fills up when the user adds data along time.
This combination leads to an alert box saying "Requested unknown parameter....".
It seems that if I remove the rendering function, the error goes away.
Is there a way to avoid the alert message?