RhoInc / aeexplorer

Adverse Event Explorer
https://rhoinc.github.io/aeexplorer/test-page/
MIT License
17 stars 9 forks source link

No Total column when group variable has only one level. #148

Open samussiah opened 4 years ago

samussiah commented 4 years ago

Per @nandriychuk, the issue arises when groupCols = false, totalCol = true, and variables.group has only one level. The total column is not rendered, resulting in a table with only the Category and AE Rate by group columns.

Also, variables.group does not appear to be optional.