tui.grid icon indicating copy to clipboard operation
tui.grid copied to clipboard

πŸžπŸ”‘ The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!

Results 298 tui.grid issues
Sort by recently updated
recently updated
newest added

When I load an instance of tuigrid in a div with display: none I get this view. It is a bug ? or how can I fix this ? It...

Bug

**Summary** A clear and concise description of what the question is. I am asking if there is a function to select each cell by pressing Ctrl when selecting the grid.

Question

**Summary** A clear and concise description of what the question is. ν˜Ήμ‹œ ν‚€λ³΄λ“œ μž…λ ₯μ‹œ μžμ—°μŠ€λŸ½κ²Œ editor둜의 μ „ν™˜μ„ ν•  수 μžˆμ„κΉŒμš”? 아무리 찾아봐도 μ•ˆλ‚˜μ™€μ„œ μ§ˆλ¬Έλ“œλ¦½λ‹ˆλ‹€ γ…œγ…œ

Question

**Summary** API/Example: https://nhn.github.io/tui.grid/latest/Grid#setColumns How to solve the problem that the existing width value is not applied when initializing the setColumns column list? **Screenshots** **Version** 4.21.4 **Additional context** Add any other...

Question

**Summary** Hello. My question is how to add rowSpan information to one row( rowSpan count is 1)? **Screenshots** I use appendRow(extendPrevRowSpan:true) to add to new row. Please check my code...

Question

Thank you for this great grid control. **Describe the bug** The 'select' column filter can incorrectly return no rows of data. The grid behaves correctly if "Select All" is checked,...

Question

**Summary** i like to insert date by one click in editor(type: datePicker) **Screenshots** before enter ![have to click](https://github.com/nhn/tui.grid/assets/94415511/11e52cc0-a29f-4a4b-a4bc-54610e86472d) after enter ![after](https://github.com/nhn/tui.grid/assets/94415511/73db40f5-9862-4646-9cca-c3653e84aa2c) **Version** 3.9.0 **Additional context** i like to put date...

Question

https://github.com/nhn/tui.grid/blob/bc8e1021343b828dc6915e8f7621b6704aea7c60/packages/toast-ui.react-grid/package.json#L23 Can you please increase the range to React 18 ? ^18.2.0

κ·Έλ¦¬λ“œ 슀크둀 μ‹œ κ·Έλ¦¬λ“œ 높이에 맞게 행이 μ‚¬λΌμ§€λŠ”λ° ν•΄λ‹Ή κΈ°λŠ₯을 컨트둀 ν•  수 μžˆμ„κΉŒμš”? νŽ˜μ΄μ§•μžˆμ„ λ•ŒλŠ” 행이 사라지지 μ•ŠλŠ”λ° νŽ˜μ΄μ§•μ΄ 없을 λ•ŒλŠ” 슀크둀 μ‹œ 보여지지 μ•ŠλŠ” 행은 μ‚¬λΌμ§€λ„€μš”.

Question

Having the following instance: ```js const grid = new Grid({ el: document.getElementById('grid'), data: { api: { readData: { url: '/admin/', method: 'GET' }, updateData: { url: '/admin/', method: 'PUT' },...

Question