Advertisement
Guest User

Untitled

a guest
Jul 11th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <lightning:listView aura:id="listViewAccounts"
  2. objectApiName="customObject__c"
  3. listName="customObject__c_All"
  4. rows="10"
  5. showSearchBar="true"
  6. showActionBar="false"
  7. enableInlineEdit="true"
  8. showRowLevelActions="false"
  9. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement