Different Customizable options in Column Dropdown menu

Hello, Could you provide us an example of how to add customizable options in a column dropdown menu?
I want to add different options in different columns with different callbacks for every column. Is it possible ?

Hi @hitesh.gupta

Here is an example of a custom option for dropdownMenu based on the column index http://jsfiddle.net/handsoncode/qqust6nc/
Hope you’ll find it handy.

HI
My case is to have different options in dropdown in different columns.

Like
option 1, option 2, option 3 in column 1 dropdown
option 4, option 5, option 6, option 7, option 8 in column 2 dropdown so on…

If you would like to have a lot of options I think that you should use the hidden function. Here is an example for a context menu but it works the same from a dropdown menu http://jsfiddle.net/handsoncode/m22wcxv7/