Thank you, it helps me a lot.
I have a little problem with container, I would like to hide or disable column description for this row according to value in number column. the find seems to work, but I don't see how to hide the column.
e.container.find("input[name=description]").hide();
Thank you