bootstrap-table-contextmenu icon indicating copy to clipboard operation
bootstrap-table-contextmenu copied to clipboard

Context menu support for wenzhixin Bootstrap-table

Results 11 bootstrap-table-contextmenu issues
Sort by recently updated
recently updated
newest added

How can I make this keyboard navigable (rather than just mouse) to improve accessibility and help screen readers? What I'm going for is something like how the regular bootstrap dropdowns...

Hi. I'd like to know if there's possible to create sub groups in the context menu like this: [https://swisnl.github.io/jQuery-contextMenu/screenshots/jquery-contextMenu.subs.png](url) Thanks.

what is the proper method to override the initData function? ``` !function($) { 'use strict'; var BootstrapTable = $.fn.bootstrapTable.Constructor, _initData = BootstrapTable.prototype.initData; BootstrapTable.prototype.initData = function(data, type) { if (type ===...

使用这个bootstrap-table-contextmeun无法引用外部的函数,不是this问题,它找不到外部函数

Hi! (I hope this is the right place to ask this question...) I use bootstrap-table within a form. My problem is when the user presses enter in the search field...

Hi, I use Context Menu for my project. ContextMenu works perfectly. I dynamically insert a line on my table with ajax and suddenly, contextMenu does not work anymore. How to...

I want to have 2 tables on the page where one uses the context menu and the other one does not. The problem is the right click on my second...

If creating a contextmenu in each row with different actions, the contextMenu-Button-click wil loop through each row contextmenu, when a contextmenu-button was clicked (example with twig-template) HTML: ID Titel Actions...

Thanks for making this. It's made adding actions to tables much easier. Most links on the internet seem to allow a user to right click on them to bring up...

When the onContextMenuItem function is called, the row parameter contains the wrong row. I suspect it is identifying the row based on its index in the data array, rather than...