tui.grid
tui.grid copied to clipboard
ππ‘ The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
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...
**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.
**Summary** A clear and concise description of what the question is. νΉμ ν€λ³΄λ μ λ ₯μ μμ°μ€λ½κ² editorλ‘μ μ νμ ν μ μμκΉμ? μ무리 μ°Ύμλ΄λ μλμμ μ§λ¬Έλ립λλ€ γ γ
**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...
**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...
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,...
**Summary** i like to insert date by one click in editor(type: datePicker) **Screenshots** before enter  after enter  **Version** 3.9.0 **Additional context** i like to put date...
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
그리λ μ€ν¬λ‘€ μ 그리λ λμ΄μ λ§κ² νμ΄ μ¬λΌμ§λλ° ν΄λΉ κΈ°λ₯μ 컨νΈλ‘€ ν μ μμκΉμ? νμ΄μ§μμ λλ νμ΄ μ¬λΌμ§μ§ μλλ° νμ΄μ§μ΄ μμ λλ μ€ν¬λ‘€ μ 보μ¬μ§μ§ μλ νμ μ¬λΌμ§λ€μ.
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' },...