You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered: