olifolkerd / tabulator

Interactive Tables and Data Grids for JavaScript
http://tabulator.info
MIT License
6.76k stars 821 forks source link

Support for auxclick (aka middle mouse click) #4612

Open robisaks opened 3 weeks ago

robisaks commented 3 weeks ago

Is your feature request related to a problem? Please describe. Tabulator supports double click, left click, and right click. However it does not support auxclick. Many users use the middle mouse button (clicking the scroll wheel) to open a link in a new tab.

Describe the solution you'd like Similar to how tabulator contextMenu or dblClick work, the auxClick should be added.

Describe alternatives you've considered Handling the auxclick manually.

Additional context https://codepen.io/nioe/pen/rNwWWZj