How can i disable the editable of the first task..
For example... i don't want that the users cans edit the task with Id = 1 ...
prohibited change.. Name, Dates... etc. ONLY FIRST TASK.
The code: e.preventDefault() not work... show error with "bind"
Using
if (e.task.id == 1) {
e.preventDefault()
}
show error: Error en tiempo de ejecuciĆ³n de JavaScript: No se puede obtener la propiedad 'bind' de referencia nula o sin definir