Unplanned
Last Updated: 06 Feb 2020 08:32 by ADMIN
Christopher
Created on: 19 Jun 2017 17:12
Category: Spreadsheet
Type: Feature Request
2
Spreadsheet: Allow FilterMenu customization.
Currently the spreadsheet dynamically creates the FilterMenu for a range, that is, it's not created until someone clicks the filter dropdown, and it's destroyed if they switched tabs.

There is no event that is fired when these things happen, which makes it hard to attach to, and customize, the FilterMenu without setting up some crazy listening code (setTimeout, etc.). 

It would be great if either (or both:
- You could specify a template for the filter menu.
- You could listen for a "FilterMenu Initialized" event and capture the menu there and customize it.
0 comments