Skip to content

Commit

Permalink
docs(custom_row): change the description for render method.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanm-crest committed Jun 19, 2024
1 parent 6b94e57 commit 5878607
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/custom_ui_extensions/custom_row.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ When a row is expanded on the Inputs table, Custom Row is utilized to incorporat

### Methods

| Property | Description |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| render | is a method which should have logic for the custom row component, and it will be executed automatically when the create, edit, or clone actions are performed. |
| getDLRows | is a method which contains the logic to update the custom row values, return a key-value pair. |
| Property | Description |
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| render | is a method which contains the logic to display the custom row component. This method is automatically executed when the row is expanded |
| getDLRows | is a method which contains the logic to update the custom row values, return a key-value pair. |

> Note
Expand Down

0 comments on commit 5878607

Please sign in to comment.