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!
ive created a link url with column filter but it's work only the first time
have you a idea?Hi nicola1966,
Thank you for your purchase.
Can you please describe me more your issue.
Also send me the link where I can take a look and investigate it.
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
this is all table
http://www.lamini.it/card/index.php/sconti_da_filtrare/
i used this url filter, it's working well
http://www.lamini.it/card/index.php/sconti_da_filtrare/?wdt_search=nicola
i used this filter, dosent work
http://www.lamini.it/card/index.php/sconti_da_filtrare/?wdt__column_filter[USERID]=1
IT'S A SITE TEST ONLY
THANKS
Hi nicola1966
Please take a look at this documentation where you can find some usefull advanced filtering.
Also the last link that you send me it is not properly typed you have 2 "_" after wdt.
Here are some examples http://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-excel/?wdt_column_filter[0]=Timor-Leste
http://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-excel/?wdt_column_filter[0]=Timor-Leste&wdt_column_filter[1]=Pagazzano
Hope this can help.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
hi,
i've correct the last link (2 __ after wdt ) but dosen't work....
http://www.lamini.it/card/index.php/sconti_da_filtrare/?wdt_column_filter[USERID]=1
so, the big problem is that i see all table!!!!!
from my investigation it's working only if i select "Check this checkbox if you would like to have a filter below each column."
Hi nicola1966,
You can't use column name in the brackets like [USERID], it has to be number starting from 0 which mean that it will be first column. If you wan to filter your first column that is called ID you'll have to use URL like this:
http://www.lamini.it/card/index.php/sconti_da_filtrare/?wdt_column_filter[0]=1
i understand, i tell you that this function work only if i set 'Check this checkbox if you would like to have a filter below each column.', now, i've removed only this check and dosen't work
try...
Hi nicola1966,
Yes Advanced filtering option have to be turned on to be able to filter columns, if you don't want to show filters above/below table you can check also Filter in form option, then filters will be in separate form above the table.