score.ui.js 176 B

123456789
  1. window.renderCell = function(result, {col, row})
  2. {
  3. if(col.name == 'method')
  4. {
  5. result[0] = methods[row.data.module][row.data.method]
  6. }
  7. return result;
  8. }