In below code example, is there a way to do something where based on the cell column name, something is done. In the example below the column index is used.
I need to identify if a certain column name is present and do something. I dont want to do it by column index.
If you could also describe how I could look this up myself in the code, that would help me in future.
How can i troubleshoot these vegaexpression in ipydatagrid. Right now, I have no way to setup a breakpoint or print anything. Could you give some guidance on this?
My psudo-code below (wouldnt work but i need something similar)
In below code example, is there a way to do something where based on the cell column name, something is done. In the example below the column index is used.
I need to identify if a certain column name is present and do something. I dont want to do it by column index. If you could also describe how I could look this up myself in the code, that would help me in future.
How can i troubleshoot these vegaexpression in ipydatagrid. Right now, I have no way to setup a breakpoint or print anything. Could you give some guidance on this?
My psudo-code below (wouldnt work but i need something similar)
Example (that runs fine)