Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Tobias,

    i installed the datatables inverted-filter Widget and the rows are hidden.
    I use the extension datatables column-filter-widget and it does not work without the following code you said.

    Can you please give me the whole code of the datatables inverted-filter Widget with this inside:
    $( ‘.column-filter-widgets’ ).parents( ‘.dataTables_wrapper’ ).find( ‘.tablepress’ ).hide();
    $( ‘.column-filter-widgets’ ).find( ‘select’ ).on( ‘change’, function() {
    $(this).parents( ‘.dataTables_wrapper’ ).find( ‘.tablepress’ ).show();
    } );

    I tried to customize the datatables inverted-filter Widget with this code, but it crashed!

    Thank you – that would help me so much!

    Chris

    Thread Starter Designbar

    (@designbar)

    Hi Tobias,
    thank you for your fast answer this is a very well plugin – i love it!

    One more question: is it possible as default that all rows are hidden?

    Chris

    Hallo!

    Ist folgende Konstellation bei Verwendung des Filter-Widgets möglich?

    Beispiel: Es gibt 3 Spalten (A, B, und C) die gefiltert werden, jedoch wird nur Spalte C als Ergebnis ausgegeben, also Spalte A und B werden nicht angezeigt. D.h. der Filter soll bei A, B und C möglich sein, aber beim Output soll nur C ausgegeben werden.

    Danke!

    lg, Chris

Viewing 3 replies - 1 through 3 (of 3 total)