jupyter-widgets / ipydatagrid

Fast Datagrid widget for the Jupyter Notebook and JupyterLab
BSD 3-Clause "New" or "Revised" License
575 stars 51 forks source link

conditional formatting based on other row #516

Open TermeHansen opened 5 months ago

TermeHansen commented 5 months ago

Is your feature request related to a problem? Please describe.

There is an example of how to do conditional formatting based on other column value, but I can not figure out how to do this with other row value.

https://github.com/bloomberg/ipydatagrid/blob/main/examples/ConditionalFormatting.ipynb

Describe the solution you'd like To be able to pass cell.metadata.data(row, column) directly to vega expression.