I'm using pocketquery to output some data in a table. I've made my own template that outputs a plain confluence table but pocketquery seem to still be adding it's own classes, setting hard-coded width, etc. How do I tell it to keep it's hands off my markup? I've removed the pocketquery-table class from the table I'm generating.
I suggest making the 'extra features' opt-in. Change line 112 of pocketquery-view.js
Change:
$table = $container.find('table');
To:
$table = $container.find('table.pocketquery-table');
Hi Donald,
Sorry for the late reply. I changed the code as you proposed - thanks for the hint! It will be part of PocketQuery 1.13 which I will release later this week!
Regards,
Felix
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Donald, just to let you know: version 1.13 was released some time ago and it contains your proposed change! Thanks!! If you like the plugin, I would be very happy about a review on the Atlassian marketplace :). Felix
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Donald,
Sorry for the late reply. I changed the code as you proposed - thanks for the hint! It will be part of PocketQuery 1.13 which I will release later this week!
Regards,
Felix
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I suggest making the 'extra features' opt-in. Change line 112 of pocketquery-view.js
$table = $container.find('table');
to:
$table = $container.find('table.pocketquery-table');
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.