My table goes beyond the edges of the screen on mobile phones, how can I make it adaptive?
]]>I like the simpleness of the plugin, but I have one major problem.
I’m using the UpdraftPlus plugin to backup a site that I am cloning. When I go to perform the backup, the table won’t back up because it is not using the correct naming standard. By default, table names should be starting with a prefix of “wp_”.
Please correct this soon or I will have to move on to another plugin.
Thanks!
]]>I have installed your plugin, thanks.
It work well for me in the admin pages.
I write a personal theme but the tables don’t work in the website.
Structure is well generated, but css are not includes.
I found this solution (added in the header of my theme) :
<?php $url = plugins_url(); ?>
<link rel=”stylesheet” id=”wptg-jquery-ui-structure-css” href=”<?php echo $url; ?>/table-generator/css/jquery-ui.structure.css?ver=1.0″ type=”text/css” media=”all”>
<link rel=”stylesheet” id=”wptg-stylesheet-css” href=”<?php echo $url; ?>/table-generator/css/table-generator.css?ver=1.0″ type=”text/css” media=”all”>
<?php wp_head(); ?>
Is this the only way to make it working ?
Thanks
Hi,
is there any way to change colors in the table? I’m talking about both background and text!
Also, I use the plugin in two different website: in one I can see the lines of the table fine, in the other they don’t show: https://courtesytravel.it/packages/long-week-end-atene/
Any idea why or how can I fix it?
Thanks for your time!
Hi,
Brilliant plugin!
But I’ve noticed a problem when I was migrating a site with Duplicator:
your plugin creates a table in the database, but does not consider the table prefix set by wordpress (default is wp_).
Here is the fix:
edit line 15 in inc/class-wptg-db-table.php to
$this->table_name = $this->db->prefix."wptg_tables";
Hi,
I just installed the Table Generator plugin and I am trying it out. I really like all the features and it’s pretty easy to use.
There’s just one problem: in the first column, instead of the content that I have entered in the editor, both the preview and the table on the live post display the row number. This happens only in the first column, and only for rows other than the header.
I have some screenshots. If you would like to see them, please let me know how I can get them to you.
Thanks,
-Mike D.
P.S. I tried to submit this issue through the contact form on the “Overview” page, but got this error message: “Some errors occurred while sending mail please send your message trough this contact form:
https://supsystic.com/plugins/data-tables-generator-plugin/#contact”
]]>Is there any way that you can insert new rows in between content once a table has already been created and populated?
Thank you.
]]>Hi, and thank you for making a great plugin.
I’m having a few issues, first issue is it’s not possible to resize table to 2 columns, when i set 2, it still shows 3 columns in both admin area and on frontend.
Second issue is it’s not possible to add text to the first column first field in the table head, looks like thead has one less column than tbody. i can see in the code that it is there but it has no input field. The field is visible on the frontend as an empty field.
]]>Can you add demo and screenshot ?
]]>How can I insert sub-header in the table? One cell in one raw…
Would you give me advice how to change the code of the plugin?
I have been using this plugin for a while now and didnt have any problems till today when i tried to create tables on few wordpress sites that i am working on, and when i tried to create a table it gives me ”403 Forbidden
Access to this resource on the server is denied!”
I tried deleting and installing plugin again, but it didn’t work.
]]>Please help!
]]>Is it possible to change the fonts of the table?
I believe it′s inherit to one of my class styles, but I’d like to inherit to a different one, but I’m not being able to figure it out.
How can I do it?
Thanks in advance!
]]>I’m trying to use a tooltip plugin within the table, but Table Generator doesn’t process the shortcode – it just sees it as a regular bracket.
]]>I would love to use this for html-dumb client rollouts, but would love it even more if you could copy+paste an existing table to have it imported into your back-end
]]>