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

How to stop YADCF Filters in Datatables to mess with the headers cell width

When I add some YADCF filter to the datatable the resizing of the columns get messed up (as seen in te pictures). Is it possible to prevent this? No Filters With Filters --------------- EDIT ----------------- As sugested by Daniel, here's the…
NunoRibeiro
  • 511
  • 2
  • 7
  • 22
1
vote
1 answer

yadcf cumulative_filtering not filtering previous column?

http://yadcf-showcase.appspot.com/cumulative_filtering.html If you begin with selecting "Tag 5" in the last column, the first column is not filtered to the only remaining selections (you get all values as selectable) Is this a one way cumulative?…
Kender
  • 1,191
  • 3
  • 15
  • 34
1
vote
0 answers

multi-select options escaping characters

I have a DOM multi-select filter on a single column in a table. The filter is defined with: yadcf.init(table, [{ column_number: 1, filter_type: "multi_select", select_type: 'select2', select_type_options: {theme: 'bootstrap', width:…
Matthew Hegarty
  • 3,791
  • 2
  • 27
  • 42
1
vote
0 answers

YADCF multiselect datatables filter with icons

I have a challenge: I want to filter my datatable with by a specific column, but in this column I don't have texts, insted this, I have icons, a list of icons. This icons represents some visual values, importants for end-users. There is my table for…
1
vote
1 answer

YADCF Bootstrap Datetimepicker Overflowing from Container

I'm encountering an issue using the YADCF date filter for DataTables with the Bootstrap-Datetimepicker styling option. The issue is that the Months/Years/ are overflowing from the dropdown container. The weird part is that the actual date selection…
1
vote
1 answer

Wrong clickable area of a button on mobile

This is my website. I'm currently working on multi-choice filters, or rather on resetting them. There is no problem on PC. Click the X button and it clears the filter But the same simple thing doesn't work like this on mobile devices. I don't…
1
vote
1 answer

Datatables / YADCF and filter sort order

I'm using datatables and yadcf to filter on month and weekday, but cannot get the sorting right for the select lists.
Webkungen
  • 109
  • 3
  • 13
1
vote
1 answer

Replace Placeholder on text type

I'm wondering if it's possible to replace the placeholder text of an input.. yadcf.init(myTable, [ {column_number : 0, filter_type: "text", case_insensitive: true, filter_container_id: "pokedex-number-filter", filter_reset_button_text: false,…
tstroh
  • 11
  • 1
1
vote
0 answers

yadcf clear filter when using date_custom_func still causes last date to be supplied to custom_func

I have a table with start and finish dates in the rows, and I want to create a date filter which chooses rows for which the date in the filter is between the start and finish dates. The start or finish dates might be empty which means "unspecified"…
Lou K
  • 1,128
  • 2
  • 12
  • 31
1
vote
0 answers

Datatables with YADCF - 'Copy URL' button with with applied filters

I use the Datatables script with YADCF filters. I need to create a new "Copy URL" button that copies the page URL with the applied filters. I added a script that uses the "URLSearchParams" and allows to get the filtered column data. For example, if…
1
vote
0 answers

text filter not including value with request to server with Ajax POST

I am using YADFC to add filtering to a DT table, with good success on select filter elements. But text filter elements do not send any value to the server (although they do fire a request to the server). What could I be missing? …
Nick Tonkin
  • 31
  • 1
  • 6
1
vote
1 answer

Tag selection in table (rendered_html with filter_match_mode=exact)

I'm using DataTables with yadcf. I'd like to implement tag selection. I found the example here: https://stackoverflow.com/a/35254351/2604492 But it uses filter_match_mode=contains (the default), which means that if there are e.g. two tags, php and…
Paul
  • 6,061
  • 6
  • 39
  • 70
1
vote
0 answers

jQuery Datatable YADCF not showing in MVC

I EDITED THIS QUESTION. In my MVC project I created a tab called "Knowledge". I was finally able to make some things work. I implemented a YADCF datatable on it but it is not working. The datatable features appear to be there but not the yadcf. I…
N.Sant
  • 51
  • 8
1
vote
1 answer

yadcf plugin and jQuery Datatables filter ordering

I am using jQuery Datatables with the yadcf plugin to filter on certain columns and wondered what approach I should use to get the column "Period" to display the filter in the correct date order. I can get the Period column to sort OK using a hidden…
Thinkpad
  • 101
  • 1
  • 8
1
vote
1 answer

Filtering table by multiple columns and refresh filter's values

I'm using jquery.dataTables and yadcf and cannot find solution on how to restrict filters in multiple columns by selecting one. For example: https://datatables.net/examples/api/multi_filter_select.html If I select name from the "Name" filter, then…
Tommix
  • 81
  • 7
1 2
3
17 18