We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e7d5af + 2838ee1 commit 27f8810Copy full SHA for 27f8810
1 file changed
docs/guides/resource-management.md
@@ -269,7 +269,7 @@ It is also possible to initialize the data store manually with the help of the [
269
const resourcesStore = gantt.createDatastore({
270
name: gantt.config.resource_store,
271
// Use treeDatastore if you have hierarchical resources (e.g. workers/departments),
272
- // skip the "type" if you have a flat structure
+ // skip the "type" if you have a flat structure when you don't use the assignments or render everything manually
273
type: "treeDatastore",
274
initItem: item => {
275
item.parent = item.parent || gantt.config.root_id;
0 commit comments