tobi
tobi
Had the same problem. I did what I was told and created an extension like this: `class JobRunner extends \Jenner\SimpleFork\Process { function __construct($job) { parent::__construct($job); } } ` Then use...
Correct. Anyone looking for a working solution should try this fork: [angular-4-data-table](https://github.com/MIt9/angular-4-data-table) Took me a while until I discovered it. This works with my current setup and produces no errors.
On row level this can be done with the "immobile" flag: ` ganttBarConfig: { id: THEID, hasHandles: false, immobile: true, ...... } `