As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
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.