Skip to content

Commit e267887

Browse files
committed
Updated documentation
1 parent 5209331 commit e267887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Custom Data types (the component extendedDatatable extends lightning:datatable)
4141
| Enter Object API Name | :heavy_check_mark: | String | provide object custom or standard API name | Contact |
4242
| Enter Columns API Name by comma seprated | :heavy_check_mark: | String | **Note** : for related field it should be concat with . i.e : Account.Name for contact, Inline Edit not support cross reference Field | FirstName,LastName,Email,Phone |
4343
| Enter Customized Field JSON ( This is Mandatory for Related Field ) | :x: | String | customized Column Label, Record Redirect, Data Type. **Note** : This is Mandatory for Related Fields i.e : Account.Name for contact | See below [**Customized Field JSON**](#customized-field-json) |
44-
| Enter Related field API Name | :x: | String | Enter related field api name | Example AccountId for contact when component is on account layout. |
45-
| Formula Image Field API Names | :x: | String | Enter formula field api names **Note** : This is mandatory for formula fields displaying images | \["FormulaField__c"\] |
44+
| Enter Related field API Name | :x: | String | Enter related field API name | Example AccountId for contact when component is on account layout. |
45+
| Formula Image Field API Names | :x: | String | Enter formula field API names **Note** : This is mandatory for formula fields displaying images | \["FormulaField__c"\] |
4646
| Hide/Unhide checkbox column | :x: | Boolean | true/false | Hide/Unhide Checkbox |
4747
| Enter WHERE clause | :x: | String | provide aditional filters | Example `LastName like '%s' AND Account.Name like '%t'` |
4848
| Order by | :x: | String | set the order by clause | Example `LastName, Account.Name DESC` |

0 commit comments

Comments
 (0)