We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c967b24 commit 8e7f22cCopy full SHA for 8e7f22c
main/default/lwc/lwcRelatedList/lwcRelatedList.js
@@ -1,3 +1,8 @@
1
+/*
2
+* Author : Sarvesh
3
+* Description : The component to show records of custom/standard as a table.
4
+* Production Ready : Yes
5
+*/
6
import { LightningElement, wire, track, api } from "lwc";
7
import { NavigationMixin } from "lightning/navigation";
8
import { deleteRecord } from "lightning/uiRecordApi";
0 commit comments