[
  {
    "title": "Molecule ID",
    "selector": "task_id",
    "formatType": "LINK",
    "formatOptions": {
      "baseUrl": "/sandbox/"
    }
  },
  {
    "title": "Formula",
    "selector": "formula_pretty",
    "formatType": "FORMULA"
  },
  {
    "title": "SMILES",
    "selector": "smiles"
  },
  {
    "title": "Point Group",
    "selector": "pointgroup",
    "formatType": "POINTGROUP"
  },
  {
    "title": "Electron Affinity",
    "selector": "EA",
    "formatType": "FIXED_DECIMAL",
    "formatOptions": {
      "decimals": 2
    },
    "units": "eV",
    "right": true
  },
  {
    "title": "Ionization Energy",
    "selector": "IE",
    "formatType": "FIXED_DECIMAL",
    "formatOptions": {
      "decimals": 2
    },
    "units": "eV",
    "right": true
  },
  {
    "title": "Charge",
    "selector": "charge",
    "units": "+e",
    "right": true
  }
]
