is there a way to extend CellContext/HeaderContext types
I want to add some information to the context, so that the function in cell/header can use it.
in my specific case the table is operating on item ids only, and I'd like to get the item when I render the row and pass it to the cell render function
in my specific case the table is operating on item ids only, and I'd like to get the item when I render the row and pass it to the cell render function