Skip to content

Commit

Permalink
0.5.6 version is out, Added support for bStateSave and bDeferRender #22
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmack committed Jan 21, 2014
1 parent 976e98d commit 3c6c3b3
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 68 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Yet Another DataTables Column Filter (Yadcf) Change-log

## 0.5.6

* Added support for bStateSave https://github.com/vedmack/yadcf/issues/22
* Added support for bDeferRender https://github.com/vedmack/yadcf/issues/25


## 0.5.0

* Added support for mData (including deeply nested objects) https://github.com/vedmack/yadcf/issues/20
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Features:
- support aoColumns { "bVisible": false }
- External API functions:
- exFilterColumn: Allows to trigger filter externally/programmatically (currently support only filter_type : "select") , perfect for showing table after its being filtered (onload)

- Notable datatables API support
- bStateSave / bDeferRender

Examples:
=====
Expand Down
Loading

0 comments on commit 3c6c3b3

Please sign in to comment.