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
Copy file name to clipboardExpand all lines: guides/fields/index-edit.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,11 @@ The example above will enable index editable for the `name` text field.
26
26
-`Backpex.Fields.BelongsTo`
27
27
-`Backpex.Fields.Date`
28
28
-`Backpex.Fields.DateTime`
29
+
-`Backpex.Fields.Email`
29
30
-`Backpex.Fields.Number`
30
31
-`Backpex.Fields.Select`
31
32
-`Backpex.Fields.Text`
32
33
33
34
## Custom index editable implementation
34
35
35
-
You can add index editable support to your custom fields by defining the [render_index_form/1](Backpex.Field.html#c:render_index_form/1) function and enabling index editable for your field.
36
+
You can add index editable support to your custom fields by defining the [render_index_form/1](Backpex.Field.html#c:render_index_form/1) function and enabling index editable for your field.
0 commit comments