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.4k stars 386 forks source link

Excel-like functionalities in TUI Grid #1977

Open bso-oo opened 9 months ago

bso-oo commented 9 months ago

Summary I have two questions related to replicating Excel-like functionalities in TUI Grid.

Screenshots If applicable, add screenshots to help explain your question. image

Version "tui-grid": "^4.21.9"

Additional context The first feature I'm looking for is immediate key input when a grid cell is focused. For example, in Excel, once a cell is selected, I can start typing immediately, and pressing "Enter" allows me to move and input into the cell below. This is particularly useful for situations where I'd like to input data using a barcode scanner "After entering data in a cell and pressing 'Enter', I want the focus to automatically move to the cell below and allow immediate input without any additional actions."

The second feature is the Excel behavior where dragging the edge of a cell copies the cell's value to the cells over which it's dragged.

I'd like to know if these functionalities can be implemented in TUI Grid or if there are any workarounds available.