Questions tagged [yadcf]

Yet Another DataTables Column Filter (yadcf)

This jQuery plug-in allows the user to easily add filter components to table columns, the plug-in works on top of the DataTables jQuery plug-in.

GitHub: https://github.com/vedmack/yadcf

Showcase: http://yadcf-showcase.appspot.com/

261 questions
26
votes
1 answer

Select2 filter values disappear when search returns no results

I am using a serverside implementation of DataTables with yadcf and select2 for added functionality. The data used to populate the table is acquired via an Ajax request to a Django view, as is the data for the select2 autocomplete functionality; but…
amitchone
  • 1,630
  • 3
  • 21
  • 45
6
votes
1 answer

yadcf filter with select tag inside column

I have a table (using datatables framwork) which contains in a column tag. I mean that content of this columns looks like this:
test131
  • 93
  • 1
  • 7
3
votes
1 answer

yadcf Is it possible to give each option a separate data soruce? And refresh?

DataTable initialisation, give it the server url location oTable = $('.entrys_table').DataTable({ "processing": true, "serverSide": true, "ajax": { "url": "entrys_table_server_side_source", "type": "POST" …
3
votes
1 answer

YADCF select - with custom options

Have a table with some data loaded from server by provised ajax to DataTable, also have yadcf for filtering on server side. In one of columns i have select2 box, in what i want see only predefined (loaded from server) options (in example on jsfiddle…
Actimele
  • 486
  • 7
  • 22
3
votes
1 answer

Trying to create a yadcf filter for a column with images

I need to create a filter on a tipical columns created with images: each field is an image with this format: I've created a fiddle example here: fiddle An explication: there are…
mgutbor
  • 103
  • 1
  • 11
3
votes
1 answer

YADCF + Datatables Server Side Populate Select with Php

I literally have searched Every Single Page that mentions the argument, but cant seem to figure this one out I am using Datatables with Yadcf , ajax source, server_side.php and ssp.class.php Now i want to populate the select filters with All the…
Ble
  • 101
  • 1
  • 12
3
votes
1 answer

Datatables Filtering with YADCF - Custom button triggers

I am tying to use the YADCF extension so that I can sort the data in my table by it's status. I want to be able to click a button (bootstrap pills) and for that to then be the trigger for filtering the data, however I can't figure out how to do so.…
Patrick
  • 308
  • 5
  • 17
3
votes
1 answer

yadcf: oTable.settings is not a function on init

I have not found a working example where the table data is loaded via javascript, and am getting the oTable.settings is not a function error when trying to initialize the filters. The DT loads properly. Any suggestions would be appreciated. Thanks,…
3
votes
2 answers

Cannot destroy() using "Yet Another DataTables Column Filter" plugin

I'm using DataTables and YADCF to filter a table. At some point, I need to temporarily unbind both plugins from my table and later bind them again. If I don't use YADCF, I can destroy the datatable and initialise it again. However, when I use YADCF,…
RRikesh
  • 14,112
  • 5
  • 49
  • 70
2
votes
1 answer

yadcf for DataTables: Show only filtered/available values in select dropdown-box

Is there a way in yadcf for DataTables, for the values in select2 dropdown-boxes, to adapt to the current filtering of the table. That means: I want to only see the values in the dropdown-box which are visible in the table right now. Example: Go…
tim
  • 9,896
  • 20
  • 81
  • 137
2
votes
0 answers

yadcf cumulative filtering does not keep options

I'm using the yadcf plugin (v0.9.3) to perform cumulative filtering on my datatables. The filtering is working fine, however I'm trying to fix the following behaviour : before I select anything in the primary select control, the number of options…
Adam Dulson
  • 283
  • 5
  • 16
1
2 3
17 18