ideaconsult / Toxtree.js

http://ideaconsult.github.io/Toxtree.js/
2 stars 3 forks source link

Allow column visibility to be configured on the whole group. #144

Closed gonzomir closed 9 years ago

gonzomir commented 9 years ago

The visibility of columns can be configured for the whole group at once, globally on "_" category, or per category. Works on all groups, not just parameters. Example:

      "columns": {
        "_": {
          "parameters": {
            "bVisible": false
          }
        },
        "PC_PARTITION_SECTION": {
          "parameters": {
            "bVisible": true
          }
        }

Closes #142