How to remove pagination and "show XX entries"?

How to remove pagination and "show XX entries"?

johnrhopkinsjohnrhopkins Posts: 3Questions: 1Answers: 0

Hello. I'm using a Wordpress plugin that, from what I understand, uses the functionality of DataTables. It is pretty robust but I struggle to find the right way to accomplish some things, if they are even possible. Here is the shortcode that I'm using in Wordpress:

[gdoc key="https://docs.google.com/spreadsheets/d/1bsFqvYjUeMia_R3chKXMfQwsRtIOuGKZAfpjbHnuAqU/edit?usp=sharing" datatables_dom="lfrtip" datatables_page_length="200" use_cache="no" datatables_paging="no" class="no-responsive"]

Here is the page it is on: http://ovba.org/ogden-valley-businesses-2/

What I'm trying to do is to remove what I don't need. In this case, I'd rather render all the table rows and have no option for the user to choose how many to show and thus also remove the pagination feature.

Any help would be greatly appreciated.

Answers

This discussion has been closed.