GridFieldBulkEditingTools icon indicating copy to clipboard operation
GridFieldBulkEditingTools copied to clipboard

Context menu idea

Open lekoala opened this issue 7 years ago • 0 comments

Hi,

I had to make a small improvement for one of my customer. Basically the problem is this:

  • Some actions need to be done often (and choosing one in the dropdown + click go is a lot of clicks)
  • Sometime the table is long and you need to scroll back to select the action

So, here is a small idea for desktop users: having a context menu when you right click on the bulk column

It looks like this:

bulkcontext

I don't have time to send a proper pr or anything, but if you want to implement something like this, here is my current code:

https://github.com/lekoala/silverstripe-base/blob/5268a6d3502b635e606e59e65c8a0c293e66d415/javascript/admin.js#L90-L133

lekoala avatar Sep 27 '18 16:09 lekoala