Needs review
Project:
DataTables
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2011 at 09:54 UTC
Updated:
16 Sep 2018 at 16:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dtengeri commentedI'v attached the patch which extends datatables.js to be able to enable this feature.
Comment #2
tommyent commentedsubsribe
Comment #3
sachbearbeiter commentedsubscribe
Comment #4
kelliedelaney commentedI have been trying to place this patch in the code without success. Does anyone have any tricks or an example of the updated code?
Comment #5
josephcheekThis patch adds JS support but does not turn on the bColumnFilter boolean to datatables so that this code will be used. So, this patch won't do anything without more work.
Comment #6
josephcheekHere is a re-rolled patch that includes code from #2 at https://www.drupal.org/node/980424. I rolled it against 7.x-2.x with DataTables 1.9. Should be fairly easy to port to DT 1.10 or 7.x-1.2.
Comment #7
dqdSince last patch was rerolled against 7.x-2.x let's collect reviews to get RTBC asap.
Comment #8
dqdComment #9
dqdBTW: I would love to see a follow up D8 latest dev! 1+
Comment #10
dqdCan somebody please confirm that this patch still works on D7?
Comment #11
lazzyvn commentedi think this patch woudn't work with DT version 10.11.19
there is another issue with stateSave
I suggest this code
The code below is taken almost verbatim from the examples at datatables.net
http://www.datatables.net/examples/api/multi_filter.html