I have a tree with nodes that contain tasks.
Completed tasks have attribute status: 100 and class cls: "done".
I would like to make a button for hiding completed tasks.
What function will hide nodes in a tree by their id or class?
{"id":"45",
"description":"Pay bills",
"status":"100",
"cls":"done",
"uiProvider":"col",
"leaf":true}