Skip to content

Commit 2ba429b

Browse files
authored
Merge pull request #64 from zahedulhossain/patch-1
add note for addColumn api
2 parents c16b79e + dece4e9 commit 2ba429b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: add-column.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
You can add a custom column on your response by using `addColumn` api.
44

5+
> {note} added columns are assumed to be computed columns and not part of the database. Thus, search/sort will be disabled on those columns. If you need them, use the `editColumn` api instead.
6+
57
<a name="blade"></a>
68
## Add Column with Blade Syntax
79

0 commit comments

Comments
 (0)