Hello,
I’m trying to dynamically render cells depending on cell’s data values (some cells should be datepickers, some dropdowns etc) in Angular.
Unfortunately, all examples I found are not working at the part when I’m trying to get the current cell’s value. Seem like depending on example I found it’s always either this.instance is not recognized or getDataAtCell is failing for not defined object.
And different examples have different technics and different declarations so I’m lost at the moment and not sure which ones are outdated and which ones are correct. Your help in identifying the proper way of getting the cells value in cells function would be appreciated. Thank you very much.
Some of the examples I found: