Pagination buttons
-
I hope you still remember this post:
https://www.ads-software.com/support/topic/plugin-wp-table-reloaded-9?replies=1I tried using the following code but I didn’t get the same results as before.
add_filter( 'tablepress_js_frontend_parameters', 'tablepress_change_pagination_type' ); function tablepress_change_pagination_type( $parameters ) { $parameters['pagination_type'] = '"sPaginationType": "full_numbers"'; return $parameters; }
Anything I’m doing wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pagination buttons’ is closed to new replies.