Hello, How do I go about changing the column icon on a column event. I see the target attribute is the icon but I can not see to change its value. Thanks! Example window.operateEvents = { 'click .edit': function (e, value, row, index) { e.target = '<i class="fa fa-pencil fa-lg"></i>'; } }