wow ..amazing ..
but you achieve it manually with
$('.' + attr.cellClass).each(function(){
var style = $(this).attr('style');
$(this).attr('style',style+' white-space: pre-wrap;white-space: -moz-pre-wrap;');
});
in onloadsuccess..i have to display 500 data in 45 column at once and it will eat huge memory..
but thankyou

makasih mas bro