Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
https://www.screencast.com/t/nxEvCzqql is a short video.
We have a list of countries so when someone types in a few characters - for example type Can for searching for a country we would Canada to be the first country that comes up not any countries that contain can.
Looking for ability to start search from the first few letters of a country.
Thanks.
Hi junctioncreative,
Thank you for your purchase.
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
Yes you can, but you have to make some code changes in plugin. In file wp-content/plugins/wpdatatables/source/class.wpdatatable.php around line 1516 you will find this:
and you have to replace it with this:
Like this search by the columns will always search values based on search criteria like values are start. It will not search words inside the values like before. This will be affected on all tables and after update you will have to do it again because it will be overwritten.
Best regards
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Thanks for your response.
We updated the .php file https://www.screencast.com/t/yxpZC8LAxwh but the table still shows values that contain can when we type in Can see short video https://www.screencast.com/t/LiykpwTCWKLT
Hi junctioncreative,
Yes it is not working, because in previous video that you provide you are using column filter not global search of the table. Code that is provided is working for column filters like you requested in previous post. If you need same behavior on global search you have to change code in file wp-content/plugins/wpdatatables/source/class.wpdatatable.php around line 1546 you will find this
And you have to replace with this:
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables