Guest User

Untitled

a guest
Jan 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {title:'enabled' + '<i class="fa fa check green"></i>', class:'enabled small-screen small-screen-2-col', data:function(row, type, val, meta) {
  2. var isEnabled = row.enabled || 0;
  3. if (type=='display') {
  4. return (isEnabled) ? '<i class="fa fa-check green"></i>' : '' ;
  5. }
  6. return isEnabled;
  7. },
Add Comment
Please, Sign In to add comment