cakephp - How to add jquery UI spinner on jqgrid table column -


is possible add jquery ui spinner on jqgrid table column ?

i have jqgrid table more 7000+ records, want apply spinner on 1 column. jqgrid allow this?

thanks in advance!

yes, there number of ways.

you can either pass html cell data, instead of number pass (not best way):

<input class="spinner" name="value"> 

after grid has loaded use:

your_jqgrid.gridcomplete(function(){$(".spinner")..spinner(); 

better yet, set formatter column , in 1 go there.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -