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

Grid Cell을 더블 클릭해야 Editor κ°€ ν™œμ„±ν™” λ˜λŠ”λ°, Edit κ°€λŠ₯ν•œ Form μš”μ†Œκ°€ μ²˜μŒλΆ€ν„° 보이게 ν•˜λŠ” μ˜΅μ…˜μ΄ μžˆμ„κΉŒμš”? 더블 ν΄λ¦­ν•˜μ§€ μ•Šμ•„λ„ 더블 ν΄λ¦­ν•œ μƒνƒœλ‘œ! λ¬Όλ‘  drop ν•­λͺ©μ΄ μžˆλŠ” SelectboxλŠ” drop 뢀뢄은...

Enhancement
Need Discussion

```` class RowNumberRenderer { constructor(props) { const el = document.createElement('span'); this.el = el; this.el.innerHTML = this.getRowNum(props); } getRowNum(props) { const perPage = props.grid.getPagination()._options.itemsPerPage; let currentPage = props.grid.getPagination()._currentPage; return Number(props.formattedValue) +...

Question

When using tui-grid, it seems to work by adding properties such as rowKey and sortKey to the passed data. This method seems to have the following problems. First, it pollutes...

Bug

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

inactive
dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

inactive
dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

inactive
dependencies

I really don't like default design of toast grid for making select box in row element if you use the following attributes. ``` editor: { type: 'select', options: { listItems:...

Question

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

inactive
dependencies

## Version v4.21.2 ## Development Environment Vue-CLI ## Current Behavior ```js // Write example code ``` ## Expected Behavior

Enhancement
Need Discussion

**Describe the bug** Context menu goes out of viewport, if the parent container is set with margin-left or padding-left. **To Reproduce** Steps to reproduce the behavior: 1. Set some padding-left...

Bug