I have searched the topics and couldn’t find an answer.
Each time I create or copy a table, the new one is given a new ID. If I delete it, the next table I create will have an ID which is incremented by one. Is there a way to change the ID of the tables? It would be easier (for example) to change the CSS for every second table in a page of hundreds of tables.
Thank you
Best regards Lars Nygaard
]]>I want to import around 250 tables but on uploading through a zip file the Table ids are created automatically.
Is there a way that the Table ids created are the filenames of the csv file.
Thanks
Manish
Our developer choose the Bones template and defined the page-home.php file as a total responsive overview page.
In this page I would like to present the [table id=1 /].
I tried the code:
<?php
$post_id = 9;
$queried_post = get_post($post_id);
$title = $queried_post->post_title;
echo $queried_post->post_content;
?>
But then only the shortcode [table id=1 /] is being displayed. Not the actual table.
Could please inform me how to setup the code in order to call the actual Table in the page.php file?
Direct call to the Table ID or a call to the Post ID would be perfect.
Thanks,
Raymond
https://www.ads-software.com/plugins/wp-jquery-datatable/
]]>Initially I created 12 different tables for testing. Then later I removed them all and created new tables. I expect the first new table ID to start from ‘1’, but it turns out that the count continues from ’12’ and the first new table starts from ’13’.
Then I tried changing the table ID from ’13’ to ‘1’, and I was prompted with a message
Do you really want to change the table ID? bla bla bla…
I clicked on OK and the table ID changes to ‘1’, but when I clicked on Save Changes and it shows me this message:
Saving successful: The Table was saved successfully, but the table ID could not be changed!
And my table ID revert to ’13’. How come?
But when I tried changing it from ’13’ to ’01’, the table ID was saved successfully. Can you please do a test and see what actually goes wrong, or you deliberately design it this way for some purposes? Please enlighten. Thanks.
https://www.ads-software.com/plugins/tablepress/
]]>tablepress_table
) however the table is not actually stored with the post.
Therefore I either need to able to get a list of all tables with their values as the table IDs or how can I get a table ID from its post ID.
I see that the associated on posts and tables is stored in the options table as tablepress_tables
. However when I get that options it just returns a string like so:
string(36) "{"last_id":2,"table_post":{"1":118}}"
I would have expected an array. How can I use this to get the table ID from the post ID please. You help is much appreciated.
https://www.ads-software.com/plugins/tablepress/
]]>.tablepress-id-1 .column-1,
.tablepress-id-5 .column-1 {
width: auto; }
it is possible to make the list of all IDs in one parameter?
want for example so:
.tablepress-id-1,5,...N.... .column-1 {
width: auto; }
OR
.tablepress-id-1-5-...N.... .column-1 {
width: auto; }
– but dont work
]]>https://www.ads-software.com/extend/plugins/wp-table-reloaded/
]]>