nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.42k stars 394 forks source link

How do I get the Editing Cell of Current Grid? #2050

Open xman2310 opened 3 months ago

xman2310 commented 3 months ago

const editingCell = grid.current?.getEditingCell(); ?????

HIMZ5221 commented 3 months ago

What is grid.current?

How about using grid.getFocusedCell()?