Skip to content

Commit

Permalink
server side filtering blank [search][value] when [x] reset filter used
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmack committed Jan 27, 2017
1 parent 61f8ee7 commit eac783b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.9.2 still in beta (grab latest stable from https://github.com/vedmack/yadcf/releases)

* Fixed language url / scrollX/Y filters does not load https://github.com/vedmack/yadcf/issues/292
* Some of additional fixed issues https://github.com/vedmack/yadcf/issues/328


## 0.9.1
Expand Down
4 changes: 2 additions & 2 deletions src/jquery.dataTables.yadcf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Yet Another DataTables Column Filter - (yadcf)
*
* File: jquery.dataTables.yadcf.js
* Version: 0.9.2.beta.3 (grab latest stable from https://github.com/vedmack/yadcf/releases)
* Version: 0.9.2.beta.4 (grab latest stable from https://github.com/vedmack/yadcf/releases)
*
* Author: Daniel Reznick
* Info: https://github.com/vedmack/yadcf
Expand Down Expand Up @@ -2901,7 +2901,7 @@
if (oTable.fnSettings().oFeatures.bServerSide !== true) {
oTable.fnDraw();
} else {
oTable.fnFilter('-yadcf_delim-', column_number_filter);
oTable.fnFilter('', column_number_filter);
}

if (!oTable.fnSettings().oLoadedState) {
Expand Down

0 comments on commit eac783b

Please sign in to comment.