Comments Adam Gough started the conversationMay 31, 2020 at 11:48pmHi. At the bottom of data tables, I need to hide or alter this text (in bold)Showing 1 to 50 of 1,485 entries (filtered from 1,486 total entries)This is going to be multi-tenant and I don't want to show the total number of table records. 2,572Aleksandar repliedJune 2, 2020 at 10:12amHello AdamThank you for your purchase.You can go to /../wp-content/plugins/wpdatatables/source/class.wdttools.php file, and on line 432 modify this: 'sInfoFiltered' => __('(filtered from _MAX_ total entries)', 'wpdatatables'), to this: 'sInfoFiltered' => __('', 'wpdatatables'), And it will remove that bolded part.Please note that this will revert after the plugin updates, so please save my response. After you update the plugin, you will need to do it again.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hi. At the bottom of data tables, I need to hide or alter this text (in bold)
Showing 1 to 50 of 1,485 entries (filtered from 1,486 total entries)
This is going to be multi-tenant and I don't want to show the total number of table records.
Hello Adam
Thank you for your purchase.
You can go to /../wp-content/plugins/wpdatatables/source/class.wdttools.php file, and on line 432 modify this:
to this:
And it will remove that bolded part.
Please note that this will revert after the plugin updates, so please save my response. After you update the plugin, you will need to do it again.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables