-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Individual Search Columns in the footer with ScrollX not searching properly #540
Comments
The issues related to
|
Thank you for the reply. I will wait for the bug to be fixed. |
fixed in 0.9.4.beta.14 |
Thank you for the quick fix. |
it worked before? again, always provide a jsfiddle test page so I can see the issue |
Yes it worked before for tables without "scrollX". These are the jsfiddle for -
*older version I used in my application was - version 0.9.4.beta.10 |
@krishnapandya26 fixed in 0.9.4.beta.15 |
This issue seems to also apply to basic select filters (select2/chosen not tested). With |
When the filters are placed in the footer in combination with the ScrollX, the reset button does not work and the filter type "range_date" does not filter the data.
Provided the following jsfiddle, https://jsfiddle.net/jxhp4Lgu/2/
Also, I want to add fixedColumns in the datatables,but the filter for the fixedColumns does not filter the data correctly.Provided the following jsfiddle,https://jsfiddle.net/y17rtfej/ for the fixedColumns
Can you please also let me know what is the correct way to add footer to the table?
The text was updated successfully, but these errors were encountered: