I have an ngGrid that shows a few records with basically key
/ value
content. Now, I would like to make some of these records editable.
Using the enableCellEditing
features of ngGrid, I can enable or disable editin for a complete column - but what if I only want to enable it for some rows in that column? Is there any way to dynamically configure this for each row?
input
fields for different data types? – Hereuntong-if
or something like that inside the template, and calling a function on the scope with the cell as parameter to verify whether this cell should be editable, right? – Hereunto