Hey,
I have a project where I want to add additional information (e. x. ids), that can be read by JS, to my events (cells) and schedules (rows). Browsing through the documentation, I noticed the data property right here:
start:'09:00',
end:'12:00',
text:'Text Area',
data:{}
Initially I thought if I put key-value pairs into data, it would add them as data-attributes to my events, but it doesn't. Is there a way to do this with jquery.schedule?
Hey,
I have a project where I want to add additional information (e. x. ids), that can be read by JS, to my events (cells) and schedules (rows). Browsing through the documentation, I noticed the data property right here:
Initially I thought if I put key-value pairs into data, it would add them as data-attributes to my events, but it doesn't. Is there a way to do this with jquery.schedule?