Hi Abu, It’s possible to use simple spinner in virtual column?
Refer: https://jqueryui.com/controlgroup/#default
Regards
4 Answers
I’ll be updating you back after making a demo.
Please refer this demo code for spinner usage.
https://gist.github.com/gridphp/72b1d7ae7670686433b699c8397f43c4
Line 68,122
Hello Abu ! Now i\’m using the spinner but is there any option to spin the value like ( 100,200,300 ) ?
Refer this link for spinner step setting: http://api.jqueryui.com/spinner/#option-step
Then you can set in:
$col[“editoptions”][“dataInit”] = “function(o){ $(o).spinner({step: 100}); }”;
Your Answer