Hi,
thanks for your post, and sorry for the trouble.
I see what you mean, but unfortunately, I’ll have to disappoint you here. TablePress does not have a feature to connect a SQL database table directly, and I don’t have plans to add one. Sorry for not having better news here.
Regards,
Tobias
Thank you for your answer Tobias. I understand, no problem.
I’m looking for such a plugin on Internet but didn’t find one doing exactly what yours is doing. So maybe should you plan to add such one 🙂
Best regards
Pascal
Hi,
I’m also not aware of a plugin, but given that most people who use SQL queries need a lot of customization, that’s not really a surprise, I think 🙂
Best wishes,
Tobias
Hi Tobias
I have the same need – I have a plugin that lets you vote for pictures in a gallery and I would love to be able to simply list, filter and sort the votes. As the votes come in all the time, it isn’t possible to copy the mysql table.
I’m currently giving the admin for the website access to phpMyAdmin but it’s really much too complicated for them to use on a day to day basis.
Best wishes
Peter
Hi Peter,
thanks for your feedback on this!
If your need is “just” the filtering, sorting, etc., and not so much the data entry, I would recommend to use custom PHP code to query the SQL data, generate an HTML table from the data, and then use the external DataTables JavaScript library from https://datatables.net/ to add the features to that table. That’s also what TablePress uses.
Regards,
Tobias
Thanks Tobias – yes it’s a really simple thing that I want to do, but just didn’t want to reinvent the wheel – many thanks for the suggestion – I’ll give it a go.
Best wishes
Peter
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias