• Resolved davebos

    (@davebos)


    I am using WP-Tables to power my homepage. I have a single unified table but display select rows from it on various tabs. To do this, I hide all the rows in the unified table and then use the show_rows field to select the rows I want. I have 2 issues:

    1) No matter what order I type in the rows in show_rows, it forces the order back to the order in the table itself. This is problematic for two reasons. First, I may want a different order of rows in different displays of the same data. Second, even if I were to only have one order across all displays of the data, inserting a row would then cause me to need to update every display of the data with new row numbers in show_rows.

    2) Is there a way to display only rows where a certain column contains something. This way I can note where to display a row in the table itself instead of messing around on the page it is displayed upon.

    If WP Tables Reloaded can’t do either of the above, do you have a recommendation for someone with no database experience?

    FYI, I am using it here: http://acq1.com/f within a jquery tabbed display

    Thanks!

    http://wordpress.org/extend/plugins/wp-table-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post.

    Your observations in 1) are correct: The “show_rows” parameter only sets which rows are visible, but in which order they are shown. Currently, this is by design, but I like the idea of extending this to also allow for an order to be set. Maybe I can do this in the future.

    2) Yes, something like this is possible, and it will do exactly what you describe: The “Filtering Extension” for WP-Table Reloaded, which you can find at http://tobias.baethge.com/2010/03/extension-6-showing-only-rows-that-match-a-filter/

    Regards,
    Tobias

    Thread Starter davebos

    (@davebos)

    Tobias,

    THANK YOU!!!!!!!!

    I totally missed the extentions. I turned on the filtering and it works perfectly. #1 is now too minor of an issue to worry about.

    Big thumbs up for WP-Table Reloaded!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    awesome! Great to hear that this extension helps in this case 🙂

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Show_Rows order’ is closed to new replies.