How to properly use formatter and editor in Slickgrid
问题 We are using slickgrid in our angular directive. And we would like to use another list directive (simple select element with input) in a cell/column of Slickgrid. I want the list element to be visible when the grid is available, so user knows there is a list. Therefor I am using the list directive as formatter. It Is visible when the grid is rendered. The Problem: When the cell that holds list element is clicked, the editor mode is never fired because of the list element click event. We