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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, for this, you could take a look at the TablePress Extension from https://tablepress.org/extensions/datatables-columnfilterwidgets/

    Regards,
    Tobias

    toyataupitz1995

    (@toyataupitz1995)

    Hi ,

    I try to use this but they say every time that :No matching records found..
    What am I doing wrong

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    for this to work, the “Search” checkbox on the table’s “Edit” screen must be checked.

    You can then however hide the search field, if you don’t actually want it, with “Custom CSS” like

    #tablepress-123_filter {
      display: none;
    }

    where 123 is the table ID.

    Regards,
    Tobias

    toyataupitz1995

    (@toyataupitz1995)

    Yes, the “Search” checkbox is already checked..
    But there is just the same problem that it only shows: No matching records found

    https://www.frankfurt-universe.de/spielplan/

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ah, the problem then probably is the HTML in that column to make the text bold-faced. I suggest to remove all those <strong> tags and instead bold the column with some “Custom CSS” like

    .tablepress-id-11 .column-1 {
      font-weight: bold;
    }

    Regards,
    Tobias

    toyataupitz1995

    (@toyataupitz1995)

    Thank you!
    It works finally without the tag :):)

    Regards,
    Toya

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    toyataupitz1995

    (@toyataupitz1995)

    I have made ??

    One more question:
    Is there a possibility that i can take off the selection i have chosen under the Dropdown, so you know that you have to delete them again, to get back to the overview ?

    Because so it is difficult recognizable what the people have to do, to get back to the Overview.

    Regards,
    Toya

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Toya,

    unfortunately, I’m not aware of a solution to that, sorry ?? From what I know the script that is used for this by default only offers that mode where you have to click the text that is added below the dropdown again.

    Regards,
    Tobias

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