File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
<div style =" font-size : 1em ;" >
2
2
3
- Last updated on 2021-12-08 21:47:17
3
+ Last updated on 2021-12-08 21:50:22
4
4
5
5
</div >
6
6
69
69
<tr >
70
70
<td style =" text-align :left ;width : 15em ; " > name </td >
71
71
</tr >
72
+ <tr >
73
+ <td style =" text-align :left ;width : 15em ; " > status </td >
74
+ </tr >
72
75
</tbody >
73
76
</table >
74
77
79
82
<table class =" table table-bordered table-striped table-hover table-condensed table-responsive " style =" width : auto !important ; margin-left : auto ; margin-right : auto ;" >
80
83
<thead >
81
84
<tr >
82
- <th style =" text-align :left ;color : white !important ;background-color : gray !important ;font-size : 20px ;" > Company </th >
85
+ <th style =" text-align :left ;color : white !important ;background-color : gray !important ;font-size : 20px ;" > Position </th >
83
86
</tr >
84
87
</thead >
85
88
<tbody >
Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ dbTables <- vector("list", length = 4)
72
72
73
73
names(dbTables) <- c("Company", "Position", "Employee", "Job")
74
74
75
- dbTables[["Company"]] <- data.frame(Company = c("guid", "name"))
75
+ dbTables[["Company"]] <- data.frame(Company = c("guid", "name", "status" ))
76
76
77
- dbTables[["Position"]] <- data.frame(Company = c("guid", "name", "status"))
77
+ dbTables[["Position"]] <- data.frame(Position = c("guid", "name", "status"))
78
78
79
79
dbTables[["Employee"]] <- data.frame(Employee = c("guid", "state", "status"))
80
80
You can’t perform that action at this time.
0 commit comments