mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Pass along the row and cell for custom editors. #971

Open bseib opened 10 years ago

bseib commented 10 years ago

Include row and cell coordinates as properties in a Custom Editor.

Sometimes you need to know where you are within a grid so that you can apply the appropriate CSS classes to your custom editor DOM element. Otherwise you may have a editor in the bottom-most row that gets clipped by the grid's container.