Skip to content

Commit

Permalink
parent colomns alias support(document page)
Browse files Browse the repository at this point in the history
  • Loading branch information
salihkiraz authored May 23, 2017
1 parent ba861ac commit 7906128
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/en/how-to-make-graded-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ $this->sub_module[] = ['label'=>'Photos','path'=>'photos','parent_columns'=>'nam
| foreign_key | Specify the Foreign Key Field of photos table |
| button_color | Specify the color of button (primary,warning,success,info) |
| button_icon | Specify the icon. You can find out at Font Awesome |
| custom_parent_id | Specify the id field.
| custom_parent_id | Specify the id field. |
| custom_parent_alias | Specify the id field alias. |

## What's Next
- [How To Implement A Many To Many Relationship To Form (E.g : Film -> R <- Actors)](./how-to-many-to-many.md)

Expand Down

0 comments on commit 7906128

Please sign in to comment.