javascript - How to sort a dynamically rendered table...? -
i using ajax display table, need sort rendered table @ client side using javascript or jquery best...
i tried jquery working fine when page loaded dynamically writing html content div , there sorting rendered table not working...
can 1 me out in solving this...
i think problem javascript not working while rendering, wrote script alert while rendering html these tags works while rendering page...
thanks in advance...
by using tablesorter plugin:
$("table").tablesorter();
re-running each time table affected (i.e not enought run command once when page loading complete)
Comments
Post a Comment