Skip to content
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

IE 8 issue when I use an AJAX source; column filter not working. #73

Closed
chaumette opened this issue Aug 22, 2014 · 2 comments
Closed

IE 8 issue when I use an AJAX source; column filter not working. #73

chaumette opened this issue Aug 22, 2014 · 2 comments
Labels

Comments

@chaumette
Copy link

I get the following error:
Unhandled exception at line 1846, column 3 in http://localhost:57142/Scripts/jquery.dataTables.yadcf.js

0x800a138f - Microsoft JScript runtime error: Unable to get value of the property 'replace': object is null or undefined

This line of code:
function textKeyUP(table_selector_jq_friendly, event, clear) {

var column_number = parseInt($(event.target).attr("id").replace("yadcf-filter-" + table_selector_jq_friendly + "-", "").replace('-reset', ''), 10),

vedmack added a commit that referenced this issue Aug 27, 2014
@vedmack
Copy link
Owner

vedmack commented Aug 27, 2014

Fixed, grab the 0.8.4.beta.1 from https://github.com/vedmack/yadcf/tree/master/lab (showcase updated too)

@vedmack vedmack closed this as completed Aug 27, 2014
@vedmack vedmack added the bug label Aug 27, 2014
@chaumette
Copy link
Author

Thank you Dan for being so responsive!
On Aug 27, 2014 4:35 PM, "Daniel" notifications@github.com wrote:

Fixed, grab the 0.8.4.beta.1 from
https://github.com/vedmack/yadcf/tree/master/lab (showcase updated too)


Reply to this email directly or view it on GitHub
#73 (comment).

vedmack added a commit that referenced this issue Oct 7, 2014
* New feature, added initFilterMultipleTables function, one (currently only filter_type: "text") filter for multiple tables - filter at once! #80
* New feature, added exResetAllFilters function: Allows to reset all filters externally/programmatically (support ALL filter types!!!) , perfect for adding a "reset all" button to your page! #78
* exGetColumnFilterVal support new Datatable  (Capital "D") https://groups.google.com/forum/#!topic/daniels_code/4ryW4_0P2EE
* Fixed IE8 issues #73
* Migrated to MIT license #82
* Better support for columnDefs
* Date filtering with server side configuration will send the value / from-to (if range date) as is (without converting into milliseconds)
* Bug fixes #83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants