Search found 9 matches

Will the ability to export gantt chart to PDF be available? If so, when will it be online?
I don't see any of these errors in this demo. https://www.bryntum.com/examples/scheduler/crudmanager/ But the above error occurred in my example.I'm sure the 'id' will get an error, and I haven't changed anything about it.Does the following code matter? { text : 'Id', field : 'id', width : 100, edit...
Hello, I think I've found the answer to the question.It's a matter of returning data structures.This article plays a very important role. https://www.bryntum.com/docs/gantt/#guides/crud_manager.md In addition, if a newly created resource must be 'resourceId' instead of 'id', it cannot be modified an...
Hello: https://lh/scheduler/examples/crudmanager/ This link cannot be opened Here is my example: App.tsx import * as React from 'react'; import NewScheduler from './newScheduler'; class App extends React.Component { // public state = { // jsPan: undefined, // gantt: undefined, // }; public component...
I'm sure "success" equal to "true".But after 'autoSync', the last synchronized data will be sent to the background together with the latest data. Is there any way to just send the latest data? crudManager : { autoLoad : true, autoSync : true, autoSyncTimeout : 100, transport : { ...
When auto sync, all operations (CRUD) are sent back to the background together, rather than the latest operations. How to solve this?
Good advice, thank you !
Can you add resources with mouse click on the web page?
How to add resources to the scheduler?