File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { hospitalData, waitingList } from './data';
99 template : `<div>
1010 <h1>Drag a record from <span style="color:red">Grid</span> and drop it into <span style="color:red">Scheduler</span></h1>
1111 <div style="float:left">
12- <h2>Scheduler </h2>
12+ <h2>A doctor's Calendar </h2>
1313 <ejs-schedule id='Schedule' #scheduleObj width='800px' height='650px'
1414 [currentView]="currentView"
1515 [selectedDate]="selectedDate"
@@ -18,7 +18,7 @@ import { hospitalData, waitingList } from './data';
1818 </div>
1919
2020 <div style="width:400px;float:right;margin-right:350px">
21- <h2>Grid </h2>
21+ <h2>Waiting list </h2>
2222 <ejs-grid id='Grid' #gridObj
2323 [dataSource]='gridDS' width="300px"
2424 [allowSelection]="true"
You can’t perform that action at this time.
0 commit comments