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

I am trying to add on click event to a cell which contains ahref "#" and use onclick to redirect but i need value of cell in ID column. Can...

Question

**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](https://github.com/nhn/tui.grid/assets/74163829/54d573da-a0bd-4425-91b1-072e1ba48317) **Version** "tui-grid": "^4.21.9" **Additional context** The...

Question

**Describe the bug** When setValue is called, _attributes is lost **To Reproduce** I tried to add row to the last row of the table ``` gridInstance.appendRows([ { _attributes: { //...

Bug

**Describe the bug** i use @toast-ui/[email protected] this is my code ` ` result is `<input type="checkbox" name="_checked" />` is loaded '&gt' in jsx **Screenshots** **Desktop (please complete the following information):**...

Bug

![ํ™”๋ฉด ์บก์ฒ˜ 2023-01-12 143434](https://user-images.githubusercontent.com/72728280/211985725-4fb3af84-ff4f-4aba-b184-29bcaf049862.png) ์œ„ ์‚ฌ์ง„์—์„œ text๊ฐ€ Y์ผ ๊ฒฝ์šฐ, background-color: blue text๊ฐ€ N์ผ ๊ฒฝ์šฐ, background-color: red ์„ธํŒ…์„ ํ•ด์ฃผ๊ณ  ์‹ถ์Šต๋‹ˆ๋‹ค. ๋ญ”๊ฐ€ ์ด๋ฒคํŠธ๊ฐ€ ์ผ์–ด ๋‚ ๋•Œ๋„ ๋ฐ”๊ฟ”์ฃผ๊ณ  ์‹ถ์€๋ฐ, ๊ทธ๋ฆฌ๋“œ๊ฐ€ ๋กœ๋“œ๋˜๊ธฐ ์ „์ด๋‚˜ ๋กœ๋“œ ๋˜๋ฉด์„œ...

Question

I use Tui-grid version 3.7.0 with Javascript Here is my example. header : title | x1 | x2 0 check | radio | radio 1 write | text | text...

Question

**Summary** A clear and concise description of what the question is. **Screenshots** If applicable, add screenshots to help explain your question. **Version** Write the version of the grid you are...

Question

## Version 4,0 ## Development Environment js ## Current Behavior ์ปฌ๋Ÿผ ๋“œ๋ž˜๊ทธ ์‹œ focus ๋˜๋Š” ํšจ๊ณผ๋ฅผ disabled ํ•  ์ˆ˜ ์žˆ์„๊นŒ์š”? ```js // Write example code ``` ## Expected Behavior

Enhancement
Need Discussion

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [@storybook/html](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/html), [css-loader](https://github.com/webpack-contrib/css-loader) and [optimize-css-assets-webpack-plugin](https://github.com/NMFR/optimize-css-assets-webpack-plugin). These dependencies need to be updated together. Updates `postcss` from 7.0.39 to 8.4.31 Release notes Sourced from...

dependencies

์•ˆ๋…•ํ•˜์„ธ์š”? Toast grid table์˜ Header ๋‚ด ๊ฐœํ–‰๋ฌธ์ž๋ฅผ ๋„ฃ๊ณ  ์‹ถ์€๋ฐ, HTML ํƒœ๊ทธ ์ ์šฉ์„ ํ•˜๋ ค๋ฉด ์–ด๋–ป๊ฒŒ ํ•ด์•ผํ• ๊นŒ์š”? tableColumns: [ { header: ` LeadTime (Total) `, name: "newLeadTimeTotal", formatter({value}) { return `${value} ์ผ`;...

Question