You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// you can also give a function as parameter to edit_column and add_column instead of blade string
81
86
->edit_column('ownername','Author of this post is {{ $ownername }}')
82
87
->remove_column('id')
83
88
->make();
84
89
85
-
**Notice:** If you use double quotes while giving content of add_column or edit_column, you should escape variables with backslash (\) else you get error. For example:
86
-
90
+
**Notice:** If you use double quotes while giving content of add_column or edit_column, you should escape variables with backslash (\) else you get error. For example:
0 commit comments