jQuery-gridmanager icon indicating copy to clipboard operation
jQuery-gridmanager copied to clipboard

Customizing the controls as shown in the screenshot attached

Open pankajt1983 opened this issue 10 years ago • 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

pankajt1983 avatar Apr 13 '16 18:04 pankajt1983

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

neokoenig avatar Apr 14 '16 20:04 neokoenig