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

How to put YADCF filters in first row in the table

I want to put YADCF filters as the first row in the table. Is there a config option for that? Currently, I have it as a part of header row. I am able to put the filter in footer and use display:table-header-group to put it in the first row. However,…
Keval Shah
  • 393
  • 1
  • 4
  • 14
1
vote
1 answer

YADCF range_slider not showing up after beta-21 release

After updating yadcf from beta-19 to beta-21 and beta-24 the range_number_slider is not rendered properly anymore. Am I missing something new? Version beta-19 working http://live.datatables.net/yuqumamo/3/edit?html,js,output Version beta-21 not…
Carlos Vega
  • 1,341
  • 2
  • 13
  • 35
1
vote
2 answers

Custom function never called

I was trying to implement a exclude button for the multi_select filter_type, using multi_select_custom_func. I also tried custom_funcp. The problem is the custom function is never called. I'm sure it is in the scope of yadcf since I do a call right…
Carlos Vega
  • 1,341
  • 2
  • 13
  • 35
1
vote
1 answer

Datatables - sort column that contains age range/YADCF cumulative filter ( using columnDefs )

I'm using Datatables to show groups, phases and age (ranges). Now, the column containing the age range is sorted as a string but I would like it to sort after age range. Therefore, ages 10-12 comes before 3-8 and 4-10 comes before 4-8. On top of…
Webkungen
  • 109
  • 3
  • 13
1
vote
2 answers

Dynamic column filters

Instead of referencing columns by number, I would like to define filters more dynamically. In particular, I'd like a way to say "all columns with th class xx get filter type yyy". Is that possible?
DLynnSmith
  • 77
  • 1
  • 6
1
vote
1 answer

nested dropped down filters with yadcf select2 and dataTables

I have been using dataTables+yacdf+select2 combination successfully for quite a while. Now I am working on converting my select2 to be an ordered indented drop-down list with optgroup selectable as well (https://select2.org/options, "Hierarchical…
Stan K
  • 11
  • 2
1
vote
1 answer

YADCF range_number - is it possible to add a preset select list to to/from range?

I want to add a select list to to/from fields of range_number so user can pick from set amounts to set range.
Kyle
  • 11
  • 1
1
vote
0 answers

Blank row / Data with YADCF datatable

I am using YADCF Datatable with ASP:GridView. Everything including column level filter is working as expected when there is some data available into Datatable. But facing issue in below mentioned case - GRIDVIEW without any data: Sometimes as per…
1
vote
0 answers

Unable to initialize yadcf filter when scrolling enabled

I'm trying to use yacdf (0.9.3) for the first time with DataTables (1.10.16). I'm using DataTables built in scrolling for both horizontal and vertical scrolling of my table. Either way (old or new DataTables API) I try to initialize the filter when…
Kristina
  • 11
  • 4
1
vote
1 answer

Filter table by empty cells

I have a table I would like to filter by code and show only rows after yadcf.init (Yadcf 0.9.3) having column8 value is empty. { column_number: 8, filter_type: "range_date", date_format: "yy.mm.dd", column_data_type: 'text' } I tried the…
1
vote
0 answers

auto_complete feature not using filter_plugin_options when using yadcf

I am using the auto_complete feature in yadcf plugin. I want to set the minLength for it, but on setting it the option does not seem to reflect on the page. Please have a look at my code yadcf.init(table, [{ column_number : 0, filter_type :…
lfsupport
  • 11
  • 2
1
vote
1 answer

Does YADCF multi_select work with custom_select initialized via initSelectPluginCustomTriggers

Having same issue as in thread below but I didn't want to comment on a 2 year old question. yadcf - custom_select selectize bizarre behavior I am using yadcf filter type multi select and I am trying to Initialise bootstrap_select as a custom_ select…
mulldev
  • 43
  • 6
1
vote
1 answer

YADCF Datatables Cumulative Filter

I am using Datatables serverside script to populate 9 YADCF filters and it works well. What I need to do is use cumulative_filtering, but I can't find any examples of how I might use cumulative filtering with serverside and what the 'cumulative…
daysed
  • 11
  • 1
1
vote
1 answer

yadcf range_number in single input field

I am using yadcf 0.9.2 version for my datatable. For range_number columns, i'm trying to achieve filtering rows in one input field for mainly two features(multi_Select,range_number). The multi_select will work but range_number has two fields which I…
1
vote
1 answer

Is it possible to add defaults params for yadcf?

Is there any way to set default params for filter style as below example? $.extend(true, $.fn.dataTable.defaults, { "ordering": false, "paging": false, "info": false, "autoWidth": false, "language": { …
Kerberos
  • 331
  • 1
  • 11