Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please provide some more details here, like the Shortcode that you used, and maybe a link to the table (filter and unfiltered)? Thanks!

    Regards,
    Tobias

    Thread Starter zubeldialuis

    (@zubeldialuis)

    Hello

    i am using this code:

    tablepress_print_table( array( 'id' => '3', 'use_datatables' => true, 'print_name' => false, 'filter' => $codcli, 'filter_columns' => '1', 'datatables_buttons' => 'excel,print', 'datatables_locale' => 'es_ES') );

    $codicli is the user ID of wordpress login. So, table is filtered dinamycally.

    The problem is that if the userId not exist in the first column, it′s showing all rows of the table.

    I have it in devlope enviroment so i can not send you a link.

    Thanks.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    are you sure? If the filter word does not exist, no rows should be shown…
    Does this work with a static filter word (no PHP variable)?

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘filter row plugin’ is closed to new replies.