jQuery-gridmanager
jQuery-gridmanager copied to clipboard
Customizing the controls as shown in the screenshot attached
Hi Tom,
Is it possible to customize the controls the way it is shown in the screenshot attached.
- Add row controls to be moved down
- Using images instead of numbers in custom columns
- Moving the right control at the top and increasing the sizes.
Thanks in advance,
Pankaj
Well you could do it via css:
#gm-addnew {display:none}
And then create your own controls with the add-12 etc classes on them but I've not tried it..