Row Groups not "hiding" the column I group by

Row Groups not "hiding" the column I group by

mcraigmcraig Posts: 20Questions: 2Answers: 0

Using the simple example provided in the docs, my column "0" is the group by column and I can get that working, but in the sample code, the targeted group-by column "disappears" from the output but mine does not so where I have three initial columns in the table output, the first represents the group (col 0), displays on it's own row properly, but repeats below with the other two.

What special magic do I employ to tell it to go away?

Answers

  • mcraigmcraig Posts: 20Questions: 2Answers: 0

    AH HA! Nevermind. "columnDefs":[{targets:0, visible:false}],

This discussion has been closed.