Number Spinner using GoJS

Is it possible to create a Number Spinner using GoJS, which looks like as follows:

Breadth :

Sure, check out this codepen: https://codepen.io/rjohnson465/pen/yzGrNa.

The nodeTemplate is a rough implementation of what you’re trying to make. Clicking on the up or down arrows will increment / decrement the current value of the spinner.

Edit: The codepen has been updated to use a Table Panel and Buttons; it now looks much closer to what you want

Thanks @ryanj! This codepen sample really helped me in creating Number Spinner using GoJS.