I’ve created a contextMenu using the built-in contextMenu API and I’ve added extra options from the documentation, but I’m having some issues with some of them.
For starters, the default contextMenu has an option for Remove column
, but this is not present as an option for a custom contextMenu in the documentation. Instead, there is clear_column
, which does not function the same way. I’ve tried just using remove_column
the same way as remove_row
, but this does not work.
Second, hidden_rows_hide
and hidden_rows_show
do not work and are just rendered as their contextMenu key instead of a normal label, see attached image.
I’ve tried looking around this forum as well as the GitHub issues but cannot see anyone experiencing a similar issue. Are these PRO features? I’m currently just using the non-commercial license. If they are, maybe that should be added to the documentation?