[GH #6791] afterDropdownMenuExecute

Tags: #<Tag:0x00007f8b1df39710> #<Tag:0x00007f8b1df395a8>

HOT 11.0.1

I can not seem to get the hook afterDropdownMenuExecute to be called? I am not sure what arguments are valid? Could you please provide an example?

https://jsfiddle.net/davbro/xkL9sqoz/14/

Hi @davbro80129

This hook is not supported https://github.com/handsontable/handsontable/blob/2dbc605c14b4f13eb25b77679f1c1cab98a274ad/wrappers/angular/projects/hot-table/src/lib/hot-table.component.spec.ts#L144

For dropdownMenu we offer those 4 hooks

Thank you for that information.

I am trying to figure out a workaround to allow the typed in filter by value to take precedence over the selected checkboxes. It has been a known feature request for some time - in that the extra steps of clearing the check boxes typing in the search value and then re-selecting the checkbox could be more like the excel search menu experience.

I am also looking at the Filter AsYou Type custom filter demo and have ran into an issue with the afterGetColHeader. If the number of columns in the table are greater than 10, the column being passed to the addInput function is starting over at 0? This is causing issues when filtering on columns after the 10th one, to not filter on the correct content. Is this a known issue?

https://jsfiddle.net/davbro/spu2o9ae/2/

Please check this thread Filtering with inputs on header my colleague explained it some time ago

Is there any chance the demo could be updated to handle virtual rendering? I was also wondering as a paying customer what steps should I take to ensure current limitations such as the search menu filtering (there is another known issue with the current date filter that includes the current date when specifying the before date condition) are considered in future releases.

Virtual rendering is not yet supported. When you add another row of data all of the rows are rendered.

When it comes to scheduling issues I’m here to help. We Are planning to fix/add the following list of issues to the next version




































Most of those issues are related to the RTL support but not only.
Please tell me if the issue you mentioned is already reported on Github or we did not make a report yet? Without a report, an issue cannot be scheduled.

The following issue is for the date filer scenario:

The following issue addresses some of the limitations with the search filter. I am not sure why it is closed it mentions the filter as you type demo but that has limitations of its own?

As the above issue implies the entered search value should take precedence over the selected check boxes.

Thank you for the confirmation. I do not see https://github.com/handsontable/handsontable/issues/6791 being added to any of the to-do lists for this or next month. However, I will make sure to notify you as soon as it gets fixed.