Skip to content

Commit

Permalink
Added example for: Issue 152: Date range filter outside of datatable …
Browse files Browse the repository at this point in the history
…not working
  • Loading branch information
JocaPC committed Feb 4, 2014
1 parent 5c44554 commit 4bb08bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.columnFilter({aoColumns:[
{ type:"select", sSelector: "#renderingEngineFilter" },
{ sSelector: "#browserFilter" },
{ sSelector: "#platformsFilter" },
{ type:"date-range", sSelector: "#platformsFilter" },
{ type:"number-range", sSelector: "#engineVersionFilter" },
{ type:"select", values : ["A", "B", "C"], sSelector: "#cssGradeFilter" }
]}
Expand Down

0 comments on commit 4bb08bd

Please sign in to comment.