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!
Hi
So I've been getting creative with my use of wpDataTables (love them!) but am having trouble with the URL Link column not filtering. It could very well be what I'm attempting to do.
Here's my table query:
I then the column type on the property_link column to "URL Link" and tada! I get a nicely formatted link to the relevant post without needing a filter and calls to the database or the user needing to understand pipebreaks and links.
The problem is that this column doesn't want to filter.
Thoughts as to why? Perhaps is just can't handle the concat, but I don't see why it shouldn't.
Thanks
Just a bit more info from tinkering some more with this. I CAN filter this table when Advance Column Filters AND Filters in a form are both on. Sorting on the cancat column does not work at all.
Non concat columns with URL Link can be sorted and filtered.
Disabling server-side processing allows filters to work. Which I could do except that I'm going to be dealing with a database of over 5000 rows :O
Thanks!
Hi hulabula,
Thank you for your purchase.
If your MySQL-query based wpDataTable doesn’t work correctly with server-side processing, probably this is happening because wpDataTables server has problems with parsing of the query and building new queries dynamically (happens rarely, but does sometimes). To avoid this please prepare a MySQL view (a stored query), which will return the data that you need, call it e.g. “view1” and then build a wpDataTabled based on a simple query like “SELECT * FROM view1″.
Now as for the URL link column sorting, unfortunately this is not possible to achieve at the moment. We are working to find a proper solution for URL link sorting and I hope that it will be included in future updates of the plugin. For now the URL link column will sort from the first letters but the links are starting from http or https which is observed when you sort that column.
Best regards.
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