From 9be3106154baae67c9df284ae9e4f18485cb679f Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sat, 9 Nov 2013 12:06:39 -0500 Subject: [PATCH] notes --- notes.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/notes.md b/notes.md index 7289de5..f4c86e4 100644 --- a/notes.md +++ b/notes.md @@ -10,7 +10,9 @@ updateSortData ## discuss -Method name for filterSortMagic. Currently .magic() +Method name for filterSortMagic. Currently .arrange() + +default to isJQueryFiltering = true, vs. not ## bugs @@ -54,3 +56,10 @@ draggable x filtering x sorting x multiple layout x + + +## Combination filters + +.a OR .b = .a, .b +.a AND .b = .a.b +