Search found 42 matches

I want to achieve something along the following lines : I want to be able to use JSX to extend the gantt component , so in order to do that I would need to use the wrapped component And I also want to be able to use your panel component with a toolbar like you do in the advanced demo. (and It would ...
Good day I am trying to use the BryntumWidget component provided by the wrappers as a panel , and passing the BryntumGantt component as an item like you do in the advanced example , but using the component wrappers. here is attempts I have made, with their errors. <BryntumWidget type="panel&quo...
No I haven't succeeded in solving the problem , to be honest I am reconsidering rewriting what I have at the moment , I wanted my code to be clean , but I'm thinking that perhaps it would be cleaner if I just get rid of react , if that makes sense. I am paying the price for my lack of understanding ...
Good day, I am trying to use JSX inside my ganttConfig.js file , but it is not working as I need it to work. { text: "rollup button", renderer: ({ record }) => { return <button text={"Edit"} />; }, }, rollupB.PNG I am not the most experienced developer , so I am sorry if this is ...
When can we expect the refactoring to be done ?
I Think there was a bit of a misunderstanding. I will try to explain my problem again in a different way: The data I am getting from the API endpoint that I have to use looks exactly like this : [ { "D_ID": 1, "Name": "xyz", "Relates_To": "123", &quo...
Cool :)
launch-saas.json
(4.72 KiB) Downloaded 165 times
Ok , here are my results I only modified launch-saas.json and package.json (to get it to work on windows), I will attach them. Package.json is modified on line 10 the forum does not accept .json as a valid file format , perhaps something to change ? perhaps this is a windows issue ? I am using gantt...
OK cool , I will do that , and let you guys know, I suspect it is enabling the rollup feature ,But will test it the moment I have time.
Good day , I did make other modifications to the demo , they are described in the first post , I just enabled the rollups feature. I also modified the calendar in the following way: "calendars": { "rows": [ { "id": "general", "name": "General&qu...