• Resolved edmeadesa

    (@edmeadesa)


    Hi,

    Love the plugin, it will really help with clients.

    I have an issue you will probably solve in seconds. I am simply using the simple setup but the lines between the rows are inconsistent, some do not continue to the end of the row and stop short and another stops just past the text.

    Any help much appreciated.
    Tony

    https://www.ads-software.com/plugins/easy-table/

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

    (@edmeadesa)

    Its OK I have sorted it. It seams there has to be a equal amount of columns in each row. I can fudge it for now, but is this something that might change in future updates?

    Plugin Author takien

    (@takien)

    The number of columns on each row should be equal.
    That’s the rule of HTML table.

    But there’s a solution, the feature of equalize columns number actually has been removed since version 0.5

    open easy-table/easy-table.php file using plugin editor
    search for this line
    //$cols = array_pad($cols,$max_cols,'');
    remove comments slash, so it become
    $cols = array_pad($cols,$max_cols,'');

    If you think this is useful, I will add it again and configurable (on/off) via setting/parameter.

    Thread Starter edmeadesa

    (@edmeadesa)

    Many thanks! Will give a go.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lines not matching the width of the table’ is closed to new replies.