Browse Source

Support column filters on relations

Maurits van der Schee 8 years ago
parent
commit
8953147713
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -192,7 +192,7 @@ Output:
192 192
 {"categories":{"columns":["name"],"records":[["Web development"],["Internet"]]}}
193 193
 ```
194 194
 
195
-NB: Column selection cannot be applied to related tables.
195
+NB: Columns that are used to identify relations are automatically added and cannot be left out.
196 196
 
197 197
 ### List + Order
198 198
 

Loading…
Cancel
Save