• Resolved robi333

    (@robi333)


    Hi Tobias,
    I work on WP Table Reloaded and can’t change now to Table Press because I can’t update my version of WordPress to 3.8.
    I have a few tags which are set in a hidden column (row A1 -> tag1, tag2) Is it possible to search and filter row A1 due these tags?
    I will be very appreciated you answer me. Thank you.
    Regards,
    Robert

    https://wordpress.org/plugins/wp-table-reloaded/

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

    (@tobiasbg)

    Hi Robert,

    thanks for your post, and sorry for the trouble.

    First: You should really update to WordPress 3.8 and then migrate to TablePress.
    If there’s something preventing you from updating to WordPress 3.8, you should sort that out and fix it. You really won’t have fun in the future!

    About your problem: Which filtering are you refering to here? The JS filtering or the Row Filter Extension?

    Regards,
    Tobias

    Thread Starter robi333

    (@robi333)

    Hi Tobias,
    Thank you very much for your quick answer. I choose Js Filtering in option
    Filtering/Search JS for table. If I write tag which is viewing in text on page it filters rows from table excellent. I have one column hidden with tags. If I choose tag from hidden column filtering doesn’t work.
    Thank you.
    Regards,
    Robert

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Robert,

    thanks for the clarification!

    Then you’ll need to hide the column in a different way:
    – Make it visible on the “Edit” screen again.
    – Then add this to the “Custom CSS”:

    .wp-table-reloaded-id-123 .column-1 {
      display: none;
    }

    Adjust the table ID and column number as necessary.

    Regards,
    Tobias

    Thread Starter robi333

    (@robi333)

    Hi Thobias,
    It works! I’m very grateful for your help and quick answer.
    Thank you very much.
    One question more, please. WP Search plugin for prompt in searching
    is deactivated. Will you be so kind and write me which plugin can co-operate with wp-table reloaded and prompt tag in searching window?
    Kind Regards,
    Robert

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Robert,

    good to hear that this helped! 🙂

    About the other question: I’m not really sure what you mean here. Can you explain this further?

    Regards,
    Tobias

    Thread Starter robi333

    (@robi333)

    Hi Thomas,
    Thank you very much for your answer and help.
    You recommended one time ago on your blog WP Search plugin which had a possibility to cooperate with your WP Table.
    WP Search provided the user with search suggestions based on the information entered in the search field. It added an call to the search form, returning matches for the current search query from the database.
    Have a nice day,
    Regards,
    Robert

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Robert,

    I have no clue what you mean here, and totally don’t remember anything like that.
    WP-Table Reloaded integrates into the WordPress search, but it doesn’t make suggestions.
    Do you have a link to that old suggestion maybe?

    Regards,
    Tobias

    Thread Starter robi333

    (@robi333)

    Hi Thomas,
    Thank you for your answer. Sorry, I can’t find your recommandation to
    WP Search plugin. Maybe I’m wrong. If yes? I’m very sorry.
    My question is: Filter text field is at the top right of the table.
    Is it possible to list the search tag suggestions during I’m
    starting to type name of choosen tag? For example: Tags in my table are
    “anchor, andy, ambient”. When I’m starting to write “a” in a filter
    text field the list of tags from table “anchor, andy, ambient” emerges
    to show under filter field as a list of tags to be selected.
    Thank you once more for your help. If you be so kind, please answer me.
    Have a nice day.
    Kind Regards,
    Robert

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Robert,

    thanks for the explanation! I still don’t remember what “WP Search” plugin that might have been, but I think I have an idea of what you are trying to achieve here.
    Basically, you want an auto-complete in the Filter/Search field above the table, which has all the relevant entries in to to be auto-completed.
    Unfortunately, I’m not aware of a solution to this. For TablePress, there’s an Extension that can offer dropdowns, like in this example http://datatables.net/extras/thirdparty/ColumnFilterWidgets/DataTables/extras/ColumnFilterWidgets/ but I don’t know a library for auto-complete. Sorry.

    Regards,
    Tobias

    Thread Starter robi333

    (@robi333)

    Hi Thomas,
    Thank you very much for your answer.
    Regards,
    Robert

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome!

    Best wishes,
    Tobias

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Search/Filter tags which are in hidden columns’ is closed to new replies.