I have a working CRUD application where I need to implement the following use case :
1. During the editing of a cell, the user must be able to rightclick to open a context menu to select a background color for the cell.
2. Upon selection, the value is saved to a hidden column in the DB/UI. This value will be used in the cell renderer.
Any guidance on how to implement part (1) of the problem is greatly appreciated. Part(2) is implemented.\