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
2
votes
1 answer

Problem with tags when using external dataset and data-render, using datatables

I have a project, where I use DataTables and yadcf. Until now I have used PHP to populate the table when generating the DOM. Now I want to use AJAX to poulate the table, which works fine, except that it breaks the yadcf "tags" functionality. If I…
majbom
  • 45
  • 1
  • 6
2
votes
1 answer

YADCF : range_date filter doesn't work with specific date format

I'm unable to make the range_date filter of yadcf to work. I'm using it with datatables.net. And I don't know if I am missing something or if it is a bug. I'm using this date format for the original data passed to datatable : YYYY-MM-DDTHH:mm. And…
Vatvat99
  • 23
  • 7
2
votes
1 answer

Issues with datatables, yadcf, select2 and closeOnSelect (select multiple entries at once)

I am using datatables width yadcf and select2 with the multi_select option. I want to passtrough the option closeOnSelect: false to select2. The result doesn´t work like expected: Only the first selected value gets filtered. The other entries are…
berndy2001
  • 64
  • 6
2
votes
1 answer

How can I programmatically trigger a YADCF filter input using jQuery?

I have successfully managed to get YADCF working with daterangepicker in all but one respect: I cannot directly trigger the filtering action from the daterangepicker 'apply' button. Click here for screenshot of daterangepicker with YADCF. Everything…
2
votes
1 answer

jQuery datatable yadcf column filter issue when column reorder is applied

I'm using jQuery datatable 1.10.16 and jquery.dataTables.yadcf.js 0.9.1. Below are my datatable functionalities, server side data SHow/Hide columns - colvis State Save and State Load in server side ColReorder Column filter (yadcf) Column filter is…
L Geo
  • 21
  • 4
2
votes
1 answer

Is possible to filter blank fields on multi_select?

I want to know if its possible to get the rows with empty fields on this columns. I have a fiddle to explain this. At first column (Status) I have three values (ON, OFF, (EMPTY)). My problem is to get the rows with empty values (Same row as…
mgutbor
  • 103
  • 1
  • 11
2
votes
2 answers

Getting yadcf (for datatables) to work in Angular 2 (jQuery 3)

I have been using the great plugin yadcf for the datatables library. I have been using this in a view for asp.net mvc 5 with no problems. We are currently migrating the application to Angular 2 with ASP.NET Web Api providing the data. I have moved…
Chris
  • 564
  • 1
  • 7
  • 13
2
votes
1 answer

Adding 'tfoot' Prevents Cumulative_Filtering from Working

I would like to use cumulative_filtering and to have the filters display in the footer, not the header. Both of these features are working on their own, but when I include both options together the cumulative_filtering does not work (the tfoot…
jackerman09
  • 2,492
  • 5
  • 29
  • 46
2
votes
1 answer

SharePoint Page Sticks to Top/Won't Scroll Down After Clearing YADCF Select2/Custom Filter Choices

Using: SharePoint 2010 jQuery 1.7.2 (from master site, which I can't access) DataTables 1.10.12 YADCF 0.8.9 select_type: select2 filter type: multi_select_custom_func Select2 4.0.1 Chosen 1.5.1 YADCF filters work. But after a user selects a…
2
votes
1 answer

Custom Function Filter ordering on YADCF

First of all, thank you so much for your support of YADCF. It's a fantastic tool! Second, I'm not a programmer (I know enough to break stuff :D) so I apologize in advance for having to bother you at all. It's possible my question has even already…
Teridactyl
  • 21
  • 2
2
votes
1 answer

yadcf plugin not filtering data

I am loving this yadcf plugin an all its options. But for some reason, I cannot get it to filter my data. I want to type in data and have it filter on the fly. I have looked through all the examples on the yadcf site and followed them to the best…
dmikester1
  • 1,374
  • 11
  • 55
  • 113
2
votes
1 answer

Filtering with html content

I am trying to put a select filter on a column with html content. The filter finds the id's of the html strings but the table shows no records once I select a value in the filter. See example…
user3101337
  • 364
  • 8
  • 24
2
votes
0 answers

Yadcf date_format not working with Bootstrap datepicker

How can I solve this issue? If I remove bootstrap-datepicker.min.js from the page the Yadcf date_format works fine but I need to keep Bootstrap styling of the date picker? I tried adding $( document ).ready(function() { …
Kirill Ryzhkov
  • 522
  • 2
  • 9
  • 23
2
votes
1 answer

Colvis javascript create problems for toolbar ui in datatables & yadcf

My table without Colvis.js have toolbar, Live Example But with Colvis.js toolbar disappears, Live Example Using Firebug seems to be a conflict with jquery-ui but I don't understand well what exact happens. Is a css problem or a javascript…
user3520363
  • 360
  • 1
  • 15
2
votes
0 answers

Remove duplicates entries from autocomplete filter - Javascript

If you type to filter autocomplete function returns duplicates values or more. This happens because I have 2 text delimiters inside my code (, and -). column_number: 2, text_data_delimiter: /(\s-\s)|,/, …
user3520363
  • 360
  • 1
  • 15
1
2
3
17 18