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 242 tui.grid issues
Sort by recently updated
recently updated
newest added

**Describe the bug** **Memory leak issue where the JS heap does not clear after loading a large amount of data and unmounting the component.** **To Reproduce** Steps to reproduce the...

Bug

### Please check if the PR fulfills these requirements - [x] It's submitted to right branch according to our branching model - [x] It's right issue type on title -...

**Summary** ์žํญ

Question

import dynamic from "next/dynamic" const Grid = dynamic(() => import("@toast-ui/react-grid"), { ssr: false }) const gridRef = useRef(null); but I can't use this code because i show [ref] is not...

Question

toastGrid.on('dblclick', ev => { }); ์œ„์™€ ๊ฐ™์ด ์ปค์Šคํ†ฐ ์ด๋ฒคํŠธ๋กœ๋Š” pc์—์„œ ์ •์ƒ์ ์œผ๋กœ ๊ตฌ๋™๋˜๋Š” ๊ฒƒ์ด ๋ชจ๋ฐ”์ผ์—์„œ๋Š” ๋™์ž‘ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ๋ชจ๋ฐ”์ผ์—์„œ ๋”๋ธ” ํด๋ฆญ(ํ„ฐ์น˜) ์ด๋ฒคํŠธ๋Š” ์–ด๋–ป๊ฒŒ ํ•ด์•ผ ํ•˜๋‚˜์š”?? ๋น ๋ฅด๊ณ  ์ƒ์„ธํ•œ ๋‹ต๋ณ€ ๋ถ€ํƒ๋“œ๋ฆฝ๋‹ˆ๋‹ค. ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค.

Question

**Summary** I want to set the starting page of the pagination with data source. for providing the link with the page number to users. * What I tried `new tui.Grid(...,...

Question

**Summary** If the setBodyHeight value is set in the grid, the data is set in the Row displayed when the data is pasted, If not, only empty row is added....

Question

**Summary** 1. How can I prevent cell focus and column cells selection when the column header is clicked? 2. How can I template the column header with custom content? **Screenshots**...

Question

์—๋””ํ„ฐ ํƒ€์ž…์ด select ์ด๊ณ  options ์ค‘ option์˜ value๋ฅผ ์ˆซ์ž ํ˜•์œผ๋กœ ์ฃผ์—ˆ์„ ๋•Œ ๋งคํ•‘์ด ์•ˆ๋˜๋Š” ์ฆ์ƒ์— ๋Œ€ํ•ด ๋ฆฌํฌํŠธ ๋‚จ๊น๋‹ˆ๋‹ค. ํ˜„์žฌ ์ž‘์—… ์ค‘์ธ ํ”„๋กœ์ ํŠธ์—์„œ ์—๋””ํ„ฐ์˜ type์„ select๋กœ ํ•˜๊ณ  option์˜ value๋ฅผ ์ˆซ์ž ํ˜•์œผ๋กœ...

Question

์•ˆ๋…•ํ•˜์„ธ์š”. ๋•๋ถ„์— ๋งŒ์กฑ์Šค๋Ÿฌ์šด ๊ทธ๋ฆฌ๋“œ๋ฅผ ์‚ฌ์šฉ ์ค‘์— ์žˆ์Šต๋‹ˆ๋‹ค. ๊ทธ๋ฆฌ๋“œ๋ฅผ ์‚ฌ์šฉํ•˜๋˜ ์ค‘ ์ฐพ์€ ์ด์Šˆ๊ฐ€ ์žˆ๋Š”๋ฐ ๊ฐœ์ธ์ ์ธ ์ด์Šˆ์ธ์ง€ ํŒŒ์•…ํ•˜๊ธฐ ์–ด๋ ค์›Œ์„œ ์งˆ๋ฌธ๋“œ๋ฆฝ๋‹ˆ๋‹ค. **๊ทธ๋ฆฌ๋“œ ์™ธ๋ถ€์—์„  ์ „์ฒด ์Šคํฌ๋กค์ด ์ž‘๋™ํ•˜๋Š”๋ฐ ๊ทธ๋ฆฌ๋“œ ๋‚ด๋ถ€์—์„œ ๋งˆ์šฐ์Šค๋กœ ๋‚ด๋ฆฌ๋ ค๊ณ  ํ•˜๋ฉด ์ „์ฒด ์Šคํฌ๋กค์ด...

Question