Custom Column Actions Menu #389
Unanswered
applegirl21
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a custom action menu per the docs. I noticed the sorting items (clear/sort asc/sort desc) are no longer shown, but the other action items i.e. filter, grouping, etc. are.
I checked the source code and it looks like there are nullish coalescing expressions that render the custom menu if the “renderColumnActionsMenuItems” property exists on the column or table, else it creates the sorting items. Is this intentional that sorting items will be created only if “renderColumnActionsMenuItems” wasn’t specified?
Beta Was this translation helpful? Give feedback.
All reactions