Designbar
Forum Replies Created
-
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
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Filter WidgetHi 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
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] DataTables ColumnFilterWidgetsHallo!
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