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
Post a Comment