You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Thanks for the plugin great work it works brilliantly
A couple of slight issues,
When you generate the code for inserting images it would be great if you included lazyload
The navigation goes a bit wonky on previous and next (maybe because of lazyloading I added to images). Anyway, I wrote this which scrolls the table to the top on pagination:
Hi Thanks for the plugin great work it works brilliantly
A couple of slight issues,
`function anchorjs_load()
<script> jQuery(document).ready(function($) { $('#tablepress-1').on('DOMSubtreeModified', function(){ $('body, html').animate({scrollTop:$('#tablepress-1').position().top},0); }); }); </script>{
?>
}
add_action('wp_footer', 'anchorjs_load', 20);`
Thanks again
Greg
The text was updated successfully, but these errors were encountered: