 |
Dynatable.js - jQuery plugin for HTML5+JSON interactive tables and more
$('#text-transform-example').bind('dynatable:preinit', function(e, dynatable) { dynatable.utility.textTransform.myNewStyle = function(text) { return text .replace(/\s+/, '_') .replace(/[A-Z]/, function($1){ return $1 + $1 }); }; }).dynatable({ table .
www.dynatable.com |
 |