EvHaus / doby-grid

An HTML table element on steroids.
Other
14 stars 5 forks source link

Implement positionable menu extensions #166

Closed mminer closed 9 years ago

mminer commented 9 years ago

Menu extensions can now be placed above or below standard menu items, with below the default. This is achieved by providing a menuExtensionsPosition option with either "top" or "bottom". This is to satisfy #15.

EvHaus commented 9 years ago

@thomb Does this satisfy the #15 requirement, or should there be more fine-grained controls over positioning of items?

thomb commented 9 years ago

This certainly meets #15. Fine grained control on a per extension basis would be nice, but that should be a separate issue logged if a specific use case arises. Thanks for this.