• Resolved mcfmullen

    (@mcfmullen)


    If you go to my blog here: https://mcfilmmakers.com/farmville/almanac/animals/ you’ll notice that the sort arrows in the table are overlapping some text in the columns. Is there any way I can correct that? I find it bizarre that some columns are fine while others are not.

    Also, where is the raw data stored in MySQL for the tables? I can’t seem to find it anywhere in my database.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mcfmullen

    (@mcfmullen)

    In regards to my second question: I had deleted some tables (i.e table IDs 21-29) but new tables I create have IDs that continue from those I deleted (ex: new table has ID 30). I want to delete the stored table ID values 21-29 so that my new tables continue properly (ex: new table has ID 21).

    In order to do so, I need to know where this plug-in stores the table ID values. Any pointers?

    Hi,

    thanks for your questions!

    The arrow are overlapping due to the small column widths of the columns where it happens. You will need to insert longer contents into the cells of those columns (in at least one data row, not just the header row).
    Or you could manually set a column width for each of those columns with the CSS example on Column Widths from the FAQ (https://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/).

    Regarding your second question:
    The table are stored as so-called options in the table “wp_options”, with a name like “wp_table_reloaded_data_N”.
    They are serialized strings and under no circumstances should you edit the data in there directly, as you will corrupt the table (all its data and options)!

    Resetting the ID counter is not easy at the moment, as there is no specific function for that in the plugin.

    It is possible with PHP though, so if you are willing to do that, let me know and I can develop the necessary code.

    Regards,
    Tobias

    Thread Starter mcfmullen

    (@mcfmullen)

    Thanks for answering! I suppose that I’ll simply live with the gap in IDs as it will avoid any problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[WP-Table Reloaded] Sort Arrows overlap text!’ is closed to new replies.