• Resolved G7LFC

    (@g7lfc)


    Great plug-in, really helps users of my web sites keep tables up-to-date. Only two things missing really, as far as I can see and these are sorely required.

    Can we align the data in a column with simply switch. Numbers should always be right aligned.

    And can we have a simple addition feature that adds all the numbers in a column up.

    These two additional features would make your plugin absolutely brilliant.

    Regards
    Derek

    http://ww.wp.xz.cn/extend/plugins/wp-table-reloaded/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Derek,

    thanks for your post and the suggestions, I really appreciate it!

    About the alignment: I don’t really think that I will add such an alignment option, as this would make the user interface even more cluttered, and as setting the alignment is already quite easy with some CSS code, like

    .wp-table-reloaded-id-123 .column-3 {
      text-align: right !important;
    }

    which would have to be added to the “Custom CSS” textarea on the “Plugin Options” screen.

    About the column sum: I’m working on some basic “spreadsheet functions”, so maybe I’ll be able to include this one. As I’m pretty busy, this will however still take some time.

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Future updates’ is closed to new replies.