For some large tables, it can be beneficial to add an “All” entry to the Pagination Length Change dropdown box in the upper left corner of the table (if pagination is enabled). This can be achieved by using this Extension, which needs to be downloaded, installed, and activated like a regular WordPress plugin. After that, the Pagination Length Change dropdown box will have an “All” entry. If you want this to be in your language, just change the word All
in line 33
$length_menu_values[] = '"All"';
Code language: PHP (php)
of the Extension’s tablepress-length-change-all.php
file to the desired translated word. However, pay attention to not accidentally change the quotation marks around it!
If an Extension is useful for you, please check out the available TablePress Premium features and consider getting a Premium license plan, which bring even more features for you and your site visitors. Thank you!