I have a data frame that I am passing to a rhandsontable . Say the data frame has columns (A and B). In the display I want to format column B based on the values in column A , but I don't want to display column A. Is there a way to do that. I don't see column attribute in the rhandsontable.
thanks