Dynatable.js - jQuery plugin for HTML5+JSON interactive tables and more

Dynatable.js - jQuery plugin for HTML5+JSON interactive tables and more

瀏覽:370
日期:2026-04-21
$('#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 ....看更多