• Resolved wgm

    (@wgm)


    Hallo Tobias,

    seit einigen Tagen funktioniert das Filtern nicht mehr. WordPress, alle Plugins und Theme/Child-Theme sind aktuell, Javascriptconsole zeigt keine Fehler.

    Auf der Webseite sind sind zwei Tabellen zu sehen, die bei aus einer Tabelle stammen. Keiner der Filter “Tag”, “von”, “Abteilung” funktioniert.

    Für die Tabellen verwende ich folgende Shortcodes:

    Kinder
    table id=4 responsive=flip responsive_breakpoint=tablet hide_columns="3,11,12,13" datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns="3,5,6,7,8,9,10,11,12,13" filter="Jahre||Kind||M?dchen||Jungen||Jugend||U11||U13||U15||U17" filter_columns="6"

    Erwachsene
    table id=4 responsive=flip responsive_breakpoint=tablet hide_columns="3,11,12,13" datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns="3,5,6,7,8,9,10,11,12,13" filter="Jahre||Kind||M?dchen||Jungen||Jugend||U11||U13||U15||U17" filter_columns="6" filter_inverse=true

    Auf der Seite sind noch weitere Shortcodes für andere Funktionen eingebunden. Diese hatte ich deaktiviert aber ohne Erfolg für mein Problem.

    Hast Du Tipps für mich? Danke.

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    As these are English-language forums, I’ll reply in English. That way, more people can benefit from our discussion. I hope that’s ok.

    The reason for this is that the “Search/Filter” checkbox is turned off, on the table’s “Edit” screen. This is required for the ColumnFilterWidgets, so please try again after turning it on.
    If you then want to hide the normal search field, you can do that with CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-4_filter {
      display: none;
    }

    Regards,
    Tobias

    Thread Starter wgm

    (@wgm)

    Hi,

    the “Search/Filter” checkbox was turned off, I don’t know when an by whom it was done. There are more poeble with access to the table.

    Thanks for the quick response.

    Plugin Author TobiasBg

    (@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!

    mine is checked on but still not able to filter columns….any help/suggestions?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! It looks like you are using the Column Filter Extension from https://tablepress.org/extensions/datatables-column-filter/ and not the ColumnFilterWidgets Extension from https://tablepress.org/extensions/datatables-columnfilterwidgets/.
    Using the Column Filter Extension will of course work, but as explained on the page, you must enable the “Table Foot” checkbox on the table’s “Edit” screen (and I suggest to make it a copy of the header row).

    Regards,
    Tobias

    honestly dude…you are the best.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem! ?? Always happy to help!

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘DataTables ColumnFilterWidgets filtert nicht’ is closed to new replies.