Skip to content

Instantly share code, notes, and snippets.

@dtenenba
Created January 8, 2014 06:00
Show Gist options
  • Save dtenenba/8312490 to your computer and use it in GitHub Desktop.
Save dtenenba/8312490 to your computer and use it in GitHub Desktop.
--- /Users/dante/Downloads/shiny/inst/www/shared/shiny.js 2013-10-29 11:36:43.000000000 -0700
+++ shiny2.js 2014-01-07 21:53:53.000000000 -0800
@@ -1,3 +1,4 @@
+console.log("in shiny2.js");
/*jshint browser:true, jquery:true, strict:false, curly:false, indent:2*/
(function() {
@@ -1214,7 +1215,8 @@
"aaSorting": [],
"bSortClasses": false,
"iDisplayLength": 25,
- "sAjaxSource": data.action
+ "sAjaxSource": data.action,
+ "fnRowCallback": myCallbackFunction
}, data.options));
// use debouncing for searching boxes
$el.find('label input').first().unbind('keyup')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment