query-monitor
query-monitor copied to clipboard
Possible export option?
Couldn't find anything regarding this in other issues or questions, but have you thought about building in a feature to allow exporting of results? Reason I ask is I commonly use your plugin on client sites for debugging, and have been using basic print to PDF for results, or saving as HTML ... but would be nice to have some type of export feature.
Is this something that has been requested or you have thought about?
Is this something you would be open to a PR for?
Thanks for the great plugin!!
This hasn't been requested before, but I can certainly see a use for it. This is very closely related to #173 and will be enabled by the same work.
With JavaScript is very easy extract the table generated from query monitor and force the browser a download that stuff as html file. I can try to look on that :-)
I've done a pr for this feature https://github.com/johnbillion/query-monitor/pull/178