Custom sorting & filter dropdowns not working together
-
Hi there,
I have TablePress 2.0 Beta 1 installed and I’m trying to use custom sorting and custom filter dropdowns (DataTables ColumnFilterWidgets) for a table – unfortunately, together these functions don’t seem to work.
In the table settings a have added as custom parameter
"columnDefs": [ { "orderable": false, "targets": [ 0,1,4,5 ] } ]
.As configuration parameters in the post editor for the TablePress block I have added
[datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=0,1,4,5 ]
.Is this the wrong way to achieve this? When I remove one of the customizations the other does work…
Best,
Thomas
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Custom sorting & filter dropdowns not working together’ is closed to new replies.