You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
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),
The text was updated successfully, but these errors were encountered: