neokoenig/jQuery-gridmanager

Customizing the controls as shown in the screenshot attached

pankajt1983 opened this issue · 1 comments

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
capture

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..