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
0
votes
2 answers

yadcf range_date filter always returns empty value

I have this datatable and i'm trying to use YADCF to filter my results. The table works fine and the filter UI loads perfectlly, but when i select a date, it filters all results and even when i delete the selection, the 'filter' stays applied until…
Radoslav Trenev
  • 353
  • 1
  • 6
  • 17
0
votes
1 answer

yadcf smart filtering with contains filter

Is there a way to use smart filtering with yadcf + DataTables? I'm using regular text filters in contains filter mode. As far as I can see yadcf calls fnFilter with bSmart=false parameter when mode is contains. I want to search just typing fragments…
Csaba Toth
  • 10,021
  • 5
  • 75
  • 121
0
votes
1 answer

YADCF multi_select filter with server side

Working with AngularJS, I have a DataTable() working in serverSide mode, using the YADCF filters. Is it possible to use the multi_select filter (whith chosen or select2) while working on ServerSide? Can I manually introduce the parameters of search?…
NunoRibeiro
  • 511
  • 2
  • 7
  • 22
-1
votes
1 answer

Use variable from DataTables ajax response to populate yadcf filter

I have a DataTables table defined like this: $(function () { var yadcf_data_3; var oTable = $('#example').DataTable({ "serverSide": true, "ajax": {"url": "/platform/elements/?format=datatables", "dataSrc": function(json){ …
OverflowingTheGlass
  • 2,324
  • 1
  • 27
  • 75
-1
votes
1 answer

bootstrap modals data-id issue

I saving notes for a datatables row with a modal. It works fine until I filter the table with YADCF plugin for datatables. The id is empty or from the last openend modal. What is going wrong? My code: //PHP to echo the button to open modal for…
Mark
  • 41
  • 6
-2
votes
1 answer

Change DatePicker langage on yadcf

Currently we're implementing yadcf to filter through the datatable. So far everything works fine but we're facing an issue with the datepicker for filter_type date/range_date. I would like to change the langage of datepicker from english default to…
mohamed jebri
  • 261
  • 3
  • 13
1 2 3
17
18