Skip to content

Commit d5cac18

Browse files
author
alex
committed
Merge pull request 'Realtime updates in React Gantt with Firebase Firestore guide' (#109) from GS-2863 into master
Reviewed-on: https://git.webix.io/Servers/gantt-docs/pulls/109 Reviewed-by: alex <[email protected]>
2 parents 858f160 + 68a6381 commit d5cac18

File tree

3 files changed

+427
-14
lines changed

3 files changed

+427
-14
lines changed

data/desktop/howtostart_guides.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ How to Start with dhtmlxGantt
77
Here's the overview of guides which tell you about basic Gantt initialization with popular front-end frameworks.<br><br>
88

99
<table style='border-left:none !important;' cellspacing="0" cellpadding="5" border="0">
10-
<tbody>
10+
<tbody>
1111
<tr>
1212
<td>
1313
<span style="font-size:15px;">desktop/initializing_gantt_chart.md</span>
@@ -30,12 +30,12 @@ Here's the overview of guides which tell you about basic Gantt initialization wi
3030
</tr>
3131
<tr>
3232
<td>
33-
<span style="font-size:15px;">desktop/howtostart_react.md</span>
33+
<span style="font-size:15px;">desktop/howtostart_react.md</span>
3434
<br>
3535
A detailed tutorial which dwells on Gantt chart implementation with React.
3636
</td>
3737
<td>
38-
<a href="desktop/howtostart_react.md"><img src="howtostart_frontend_frameworks/gantt_react.png"></a>
38+
<a href="desktop/howtostart_react.md"><img src="howtostart_frontend_frameworks/gantt_react.png"></a>
3939
</td>
4040
</tr>
4141
<tr>
@@ -47,7 +47,7 @@ Here's the overview of guides which tell you about basic Gantt initialization wi
4747
<td>
4848
<a href="desktop/howtostart_vue.md"><img src="howtostart_frontend_frameworks/gantt_vue.png"></a>
4949
</td>
50-
</tr>
50+
</tr>
5151
<tr>
5252
<td>
5353
<span style="font-size:15px;">desktop/howtostart_svelte.md</span>
@@ -57,12 +57,11 @@ Here's the overview of guides which tell you about basic Gantt initialization wi
5757
<td>
5858
<a href="desktop/howtostart_svelte.md"><img src="howtostart_frontend_frameworks/gantt_svelte.png"></a>
5959
</td>
60-
</tr>
61-
</tbody>
60+
</tr>
61+
</tbody>
6262
</table>
6363

6464

65-
6665
<h2>How to Start with Gantt on Server Side</h2>
6766

6867
You can watch the video guide that shows how to create a Gantt chart on the page and load the data into it on the example of a Node.js platform.
@@ -74,7 +73,7 @@ You can watch the video guide that shows how to create a Gantt chart on the page
7473
Below you will find a brief overview of the guides which tell you about basic Gantt initialization on different server-side platforms to suit all tastes and preferences.<br>
7574

7675
<table style='border-left:none !important;' cellspacing="0" cellpadding="5" border="0">
77-
<tbody>
76+
<tbody>
7877
<tr>
7978
<td>
8079
<span style="font-size:15px;">desktop/howtostart_dotnet_core.md</span>
@@ -114,7 +113,7 @@ Below you will find a brief overview of the guides which tell you about basic Ga
114113
<td>
115114
<a href="desktop/howtostart_php_laravel.md"><img src="desktop/how_to_start_laravel.png"></a>
116115
</td>
117-
</tr>
116+
</tr>
118117
<tr>
119118
<td>
120119
<span style="font-size:15px;">desktop/howtostart_php_slim4.md</span>
@@ -124,7 +123,7 @@ Below you will find a brief overview of the guides which tell you about basic Ga
124123
<td>
125124
<a href="desktop/howtostart_php_slim4.md"><img src="desktop/php_tutorial.png"></a>
126125
</td>
127-
</tr>
126+
</tr>
128127
<tr>
129128
<td>
130129
<span style="font-size:15px;">desktop/howtostart_python.md</span>
@@ -134,7 +133,7 @@ Below you will find a brief overview of the guides which tell you about basic Ga
134133
<td>
135134
<a href="desktop/howtostart_python.md"><img src="desktop/how_to_start_python.png"></a>
136135
</td>
137-
</tr>
136+
</tr>
138137
<tr>
139138
<td>
140139
<span style="font-size:15px;">desktop/howtostart_salesforce.md</span>
@@ -155,15 +154,15 @@ Below you will find a brief overview of the guides which tell you about basic Ga
155154
<a href="desktop/howtostart_ruby.md"><img src="desktop/ruby_tutorial.png"></a>
156155
</td>
157156
</tr>
158-
</tbody>
157+
</tbody>
159158
</table>
160159

161160

162161
@index:
163162
- desktop/howtostart_angular.md
164-
- desktop/howtostart_react.md
165163
- desktop/howtostart_vue.md
166164
- desktop/howtostart_svelte.md
165+
- desktop/howtostart_react.md
167166
- desktop/howtostart_dotnet_core.md
168167
- desktop/howtostart_dotnet.md
169168
- desktop/howtostart_nodejs.md

data/web/react.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ export const demoData = {
106106
};
107107
~~~
108108

109+
**Related article**: [dhtmlxReactGantt and Firebase Integration](web/react_gantt_firebase_integration.md)
110+
109111
Binding Data
110112
--------------------
111113

@@ -1135,4 +1137,5 @@ Next Steps
11351137
11361138
11371139
@index:
1138-
- web/react_configuration_props.md
1140+
- web/react_configuration_props.md
1141+
- web/react_gantt_firebase_integration.md

0 commit comments

Comments
 (0)