Skip to content

Instantly share code, notes, and snippets.

@flexd

flexd/blah.js Secret

Created January 24, 2014 15:03
Show Gist options
  • Save flexd/427ac875d96735f2711c to your computer and use it in GitHub Desktop.
Save flexd/427ac875d96735f2711c to your computer and use it in GitHub Desktop.
function processing_trWriter(rowIndex, record, columns, cellWriter) {
return "<tr><td>" + record.ident + "</td><td>" + record.first_name + " " + record.last_name + "</td><td>" + record.open_incidents + " åpne saker</td><td><button data-id='" + record .id + "' class='process_button btn btn-success btn-xs'>Behandle</button></td></tr>";
//var output = Mark.up(processingTemplate, record);
//console.log(output);
//return output;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment