Hi all!
I'm tryng to made a plugin to show some db table like the admin tables in wordpress...
to do this I see that the admin panel use jquery to do some stuffs, I see that uses the load-scripts.php to do this...
How can I do in a frontend plugin loads the same scripts??
(I'm interested to the function that let check all the rows, some filters and the page navigation)
thanks in advance
Have you already had a look at wp_enqueue_script and wp_enqueue_style? It's easy to load, say, jQuery with it.
I'm tryng to made a plugin to show some db table like the admin tables in wordpress
What about phpMyAdmin? Need diagnostics? Read this. Maybe that helps.
What about phpMyAdmin?
thanks, but I need to made some table management for the users, not in the admin section...
and other thing, phpmyadmin manage the table directly, I need to implement some things, like combobox for some fields, etc...hide some columns...
bye