-
-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table actions menu on view pages, not on query pages #1067
Comments
Yes, this should be possible - no point restricting what plugin authors can do with the feature. Will need to add some extra arguments to the plugin hook for this. |
Maybe rename it to |
Should the hook provide an indication that it's running on a different type of page? I think yes for queries. Not sure about views - they behave very much like tables, and the plugin can always introspect to see if something is a view if it needs to. |
For the 0.51 release I'm going to add tests that show this works on view pages. I won't implement it for query pages. |
It bothers me that these aren't visible in any public demos. Maybe |
Follow-on from #1066.
The text was updated successfully, but these errors were encountered: