/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
{ header: "Actions", width: 60, sortable: false, dataIndex: 'id', renderer: function(val, meta, record) { var userId = record.data.user_id; } }