This will be affected on all tables, but if you want just for specific one then insert this code on the page where is that table between the style tag (<style>Code here</style>).
When you are posting on tickets that are not yours or have questions or issues which are not related to the title of the active ticket can you please open a new one, and we will help you there. In that way, issues and questions which are related to different subjects will be in different tickets so other customers or our support agents can find it easily. Our policy is to have one issue or question per ticket because of the reasons that is described already.
Thank you for understanding.
If the info block shows what you say it shows, that usually implies you added some conditions in the query, or in the columns' filters. When you open a new ticket, please also show us what the query looks like (or another way you created a table), and please see if there are some filters applied.
hello,
at the bottom of the table, you see this:
Showing X to Y of Z entries (filtered from XYZ total entries)
I want to remove this part: (filtered from XYZ total entries)
how to do that?
thanks
Hi Larry,
Thank you for your purchase.
Just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpDataTables.
This will be affected on all tables, but if you want just for specific one then insert this code on the page where is that table between the style tag (<style>Code here</style>).
Best regards.
Kind Regards,
Miloš Jovanović
[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
Thank you Bogdan....
however, that does work :)
but I wanted to ONLY REMOVE the last part
SHOW THIS part: Showing X to Y of Z entries
REMOVE THIS Part: (filtered from XYZ total entries)
how do remove the 2nd part of the line?
HI Larry,
Sorry to disappoint you but unfortunately something like this is not possible to achieve at the moment.
Best regards.
Kind Regards,
Miloš Jovanović
[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
:( thanks
Just in case, I will ask :)
Is there a way to add/display this some place on the page?
Showing X to Y of Z entries
Hello Larry.
Again, I am sorry to disappoint You, but moving a <div> element is not possible with the plugin's built in features.
We are sorry for any inconvenience this may cause.
Best regards.
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
:) I found a solution :
In file source/class.wdttools.php around line 383 find this line of code
and removed the text:
'sInfoFiltered' => __(' ', 'wpdatatables'),
PS. i found another ticket with similar info :)
Great news Larry!
I'll note that for future reference, if someone else reaches out to us with a question like this.
Thank You, sir.
Best regards.
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
I have the opposite problem.
I was going crazy searching for a record I knew was in the data and nothing was coming up.
Then I noticed this:
Showing 11,251 to 11,266 of 11,266 entries (filtered from 168,268 total entries)
I need to be able to search and filter from the whole database. What is this limitation and how can I get around it?
Hello wiredlisa.
For future reference:
About the second question:
When you are posting on tickets that are not yours or have questions or issues which are not related to the title of the active ticket can you please open a new one, and we will help you there. In that way, issues and questions which are related to different subjects will be in different tickets so other customers or our support agents can find it easily. Our policy is to have one issue or question per ticket because of the reasons that is described already.
Thank you for understanding.
If the info block shows what you say it shows, that usually implies you added some conditions in the query, or in the columns' filters. When you open a new ticket, please also show us what the query looks like (or another way you created a table), and please see if there are some filters applied.
Best regards.
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