Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1673652
Column 1 / Row 1 Does Not Display Content
Closed

Comments

  • rmiller started the conversation

    I noticed when using tables, that column 1 / row 1 doesn't display content. I found that by removing the following from /js/jquery.restable.js (line 205) allowed the text to appear:

                        if (responsive_table) {

                            $(responsive_table).show();

                        } else {

                            responsive_table = create_responsive_table(element, i);

                        }

    Since this appears to be a bug, I wanted to bring it to your attention so that it may be addressed in future releases.

  • [deleted] replied

    Hi,

    You need to use table shortcode if you want to have responsive tables. You can to use text block shortcode instead table shortcode for one column tables.