Skip to content

Commit 46a6d8b

Browse files
aaronmiVesaJuvonen
authored andcommitted
Update migrate-jquery-datatables-script-to-spfx.md (SharePoint#3263)
Added following note: > [!NOTE] > Make sure to use internal name (or static name) of columns in $select and $expend parameters.
1 parent af64cde commit 46a6d8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/spfx/web-parts/guidance/migrate-jquery-datatables-script-to-spfx.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ The last step is to include the code that initiates the data table and loads the
338338
});
339339
});
340340
```
341+
342+
> [!NOTE]
343+
> Make sure to use internal name (or static name) of columns in $select and $expend parameters.
341344
342345
2. To reference this file in the web part, in the code editor, open the **./src/webparts/itRequests/ItRequestsWebPart.ts** file, and change the **render** method to:
343346

0 commit comments

Comments
 (0)