We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
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.