ExtJS Data Grid Column renderer to have multiple values


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. {
  2. header: "Actions",
  3. width: 60,
  4. sortable: false,
  5. dataIndex: 'id',
  6. renderer: function(val, meta, record) {
  7. var userId = record.data.user_id;
  8. }
  9.  
  10. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.