0

Is there a way in JQ-Grid to display an icon for each row which will open a drop down menu with a list of actions/links?

Thanks

user879220
  • 139
  • 1
  • 4
  • 12

1 Answers1

0

There are no standard implementation of the behavior. You can implement what you need with respect of the custom formatter.

You can try to use formatter:'actions' as alternative way. In the answer I shows how to extend standard actions buttons with custom buttons. In another answer (see the demo) I shows one more way how to implement very close behavior as formatter:'actions' do but with respect on another events.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798