Hi,
Currently, new ‘sections’ are added by editing the HTML file;
var employees=[
{key:1, label:"James Smith"},
{key:2, label:"John Williams"},
{key:3, label:"David Miller"},
{key:4, label:"Linda Brown"},
{key:5, label:"Bruce Lee"},
{key:6, label:"Ninja Cat"}
];
I saw there is a way to read in options from mySQL - which I should be able to work out.
Would there be a way to ‘double-click’ on the y-axis of the timeline view, to open a simple ‘add/remove’ box?
Any thoughts on this?