Created
January 8, 2014 06:00
-
-
Save dtenenba/8312490 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /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