Skip to content

Commit

Permalink
0.7.2 released! new external API function / "data" property supports …
Browse files Browse the repository at this point in the history
…array of objects / code optimizations / bug fix.

#45
#48
#49
  • Loading branch information
vedmack committed Jun 1, 2014
1 parent 9ae5bc1 commit c261e38
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 385 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Yet Another DataTables Column Filter (Yadcf) Change-log

## 0.7.2

* Added another external API function : exGetColumnFilterVal, Allows to retreive column current filtered value (support ALL filter types!!!) https://github.com/vedmack/yadcf/issues/45
* "data" property supports array of objects [{value: 'Some Data 1', label: 'One'}, {value: 'Some Data 3', label: 'Three'}] (supported in select / multi_select filters) https://github.com/vedmack/yadcf/issues/48
* Bug fix https://github.com/vedmack/yadcf/issues/49
* Several code optimizations


## 0.7.0

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Features:
- when a certain filter is being used it will be highlighted (the color of highlight can easily be changed with css)
- Miscellaneous:
- integration with the Chosen plugin (for single and multiple select)
- predefined data source for filter (array of strings)
- predefined data source for filter (array of strings or objects)
- mData support (including deeply nested objects)
- ability to place the filter in an external html element (for example: inside a div element)
- ability to control matching mode of the filter (Possible values: contains / exact / startsWith)
Expand All @@ -54,6 +54,7 @@ Features:
- support for case sensitive filtering
- External API functions:
- exFilterColumn: Allows to trigger filter/s externally/programmatically (support ALL filter types!!!) , perfect for showing table with pre filtered columns
- exGetColumnFilterVal: Allows to retreive column current filtered value (support ALL filter types!!!)
- Notable datatables API support
- bStateSave / bDeferRender

Expand Down
Loading

0 comments on commit c261e38

Please sign in to comment.