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
1
vote
1 answer

YADCF with auto_complete and ajax does not work

I am relatively new to yadcf. I want to place a search filter on a datatable of type 'auto_complete'. The suggestions offered should be based on an ajax-call based on the clients input. It seems that the call is not made when I start typing (no…
Mark Smith
  • 487
  • 1
  • 3
  • 16
1
vote
1 answer

YADCF - filtering using hidden columns

Going through this jsFiddle, I wanted to know the YADCF equivalent of hidden columns, as shown in use for the standard DataTables, to enable for filtering from hidden columns (DataTable's targets seems to be equivalent to YADCF's column…
mistaq
  • 375
  • 1
  • 8
  • 29
1
vote
1 answer

Getting the selected filter from the multiselect column with yadcf

Hi I am using yadcf with datatables which allows me to do multiselect column filtering and that makes me happy. Now I want to display my selected values in the filter as tags to a separate search bar. How do I grab the selected values in my…
Jalen Ong
  • 33
  • 2
1
vote
1 answer

DataTables with yadcf plugin - how to override sent parameters

I'm using DataTable with yadcf plugin and I want to override send parameters to match my API on server. For example: I have column Order, it's third column in columns array and I want to send parameter called orderSearch instead of…
Bardr
  • 2,319
  • 2
  • 12
  • 21
1
vote
0 answers

YADCF Multiselect Return Empty Record

The datatable and YADCF does not return any record when using multiselect filter from YADCF plugins Here the screenshot Using Below JS Scripts $(document).ready(function() { 'use strict'; var oTable = $('#example').DataTable( { …
soulstep11
  • 31
  • 3
1
vote
2 answers

yadcf Filter not working

I'm currently using this with: jQuery JavaScript Library v2.2.4 jQuery UI - v1.12.0 - 2016-07-08 I've used the following to init the table
DexDeadly
  • 61
  • 6
1
vote
1 answer

Exact filter when multiple values/html elements in a cell

This might be more DataTables related than specifically YADCF but I'm asking it here as an obvious enhancement if the feature doesn't exist. I have a column/s which can contain multiple value 'tags', similar to the YADCF examples. The filters to…
Wallace
  • 111
  • 5
1
vote
1 answer

yadcf - multi_select with select2 - options dropdown not case sensitive

Will be posible, in yadcf multi_select filter, sort possible option with case insensibility? Here is my fiddle to explain this. In column STATUS are 4 possible values: "abs", "off", "OFF" and "ON". In dropdown the options appears in this order:…
mgutbor
  • 103
  • 1
  • 11
1
vote
1 answer

Webpack, datatable & yadcf

I'm trying to switch from a requirejs config to a webpack one and am having trouble to make yadcf work. In my packages.json : { ... "dependencies": { ... "datatables.net": "^1.10.12", "datatables.net-bs": "^1.10.12", "jquery":…
jiboulex
  • 2,963
  • 2
  • 18
  • 28
1
vote
1 answer

Dynamic user selectable filter for DataTable

Is there a way to give option to user select dynamically what type of filter they want applied to one or more columns? We are using DataTables jquery plugin for display. I'm looking into yadcf plugin to use for filtering(Open to other options as…
PCash
  • 53
  • 7
1
vote
1 answer

yadcf initial filter value when page loads

So I have been looking around for an answer on how to do this and haven't had much luck so I thought I would post something on here. What I'm looking for is a way to set a default value for a filter so when the page loads it will automatically…
gingerRoot
  • 31
  • 3
1
vote
1 answer

How to customize yadcf plugin to pass my own items in the filter

I am trying to use yadcf plugin for multiselect plugin in my datatable since it is flexible to use.It generates dropdown multiselect filter with values available in perticular row. I want to customize this in such a way to pass my own list and…
techhunter
  • 683
  • 1
  • 12
  • 27
1
vote
1 answer

yadcf not sorting dropdown list properly

I have tried every option I can think of in configuring both DataTables (capital D) and yadcf but cannot seem to get the select drop down list to list in case-insensitive order. Setup: var dTable=$('#bTable').DataTable({ …
M. White
  • 11
  • 1
1
vote
1 answer

Is it possible to use yadcf "ranger_number_slider" in server side processed datatables?

I need some help. I have a server side processed jquery.datatable. One of the columns is a numeric col with values between 0 and 180. I would like to filter this column with yadcf ranger_number_slider. I set the yadcf like this: { …
BeSt
  • 43
  • 5
1
vote
1 answer

Populate data with custom function

How can I add custom filter options AND all the other data to a custom function? Below is my code. I would like to have Yes and No filters, but also filters for all the other values in the column. {column_number: creator_index, …
user3101337
  • 364
  • 8
  • 24