Row Groups not "hiding" the column I group by
Row Groups not "hiding" the column I group by
mcraig
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?
This discussion has been closed.
Answers
AH HA! Nevermind. "columnDefs":[{targets:0, visible:false}],