Open TermeHansen opened 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.
cell.metadata.data(row, column)
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.