@@ -217,7 +217,7 @@ In the code editor, open the **./src/webparts/itRequests/ItRequestsWebPart.ts**
217
217
public render (): void {
218
218
this.domElement.innerHTML = `
219
219
< link rel=" stylesheet" type=" text/css" href=" https://cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css" />
220
- < table id=" requests" class=" display ${styles.helloWorld } " cellspacing=" 0" width=" 100%" >
220
+ < table id=" requests" class=" display ${styles.itRequests } " cellspacing=" 0" width=" 100%" >
221
221
< thead>
222
222
< tr>
223
223
< th> ID< /th>
@@ -349,7 +349,7 @@ The last step is to include the code that initiates the data table and loads the
349
349
public render (): void {
350
350
this.domElement.innerHTML = `
351
351
< link rel=" stylesheet" type=" text/css" href=" https://cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css" />
352
- < table id=" requests" class=" display ${styles.helloWorld } " cellspacing=" 0" width=" 100%" >
352
+ < table id=" requests" class=" display ${styles.itRequests } " cellspacing=" 0" width=" 100%" >
353
353
< thead>
354
354
< tr>
355
355
< th> ID< /th>
@@ -473,7 +473,7 @@ Initially, the name of the list from which the data should be loaded was embedde
473
473
public render(): void {
474
474
this.domElement.innerHTML = `
475
475
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css" />
476
- <table class="display ${styles.helloWorld }" cellspacing="0" width="100%">
476
+ <table class="display ${styles.itRequests }" cellspacing="0" width="100%">
477
477
<thead>
478
478
<tr>
479
479
<th>ID</th>
@@ -617,7 +617,7 @@ Now that you have type definitions for all libraries installed in the project, y
617
617
public render (): void {
618
618
this.domElement.innerHTML = `
619
619
< link rel=" stylesheet" type=" text/css" href=" https://cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css" />
620
- < table class=" display ${styles.helloWorld } " cellspacing=" 0" width=" 100%" >
620
+ < table class=" display ${styles.itRequests } " cellspacing=" 0" width=" 100%" >
621
621
< thead>
622
622
< tr>
623
623
< th> ID< /th>
0 commit comments