tui.grid
tui.grid copied to clipboard
ππ‘ The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
Grid Cellμ λλΈ ν΄λ¦ν΄μΌ Editor κ° νμ±ν λλλ°, Edit κ°λ₯ν Form μμκ° μ²μλΆν° 보μ΄κ² νλ μ΅μ μ΄ μμκΉμ? λλΈ ν΄λ¦νμ§ μμλ λλΈ ν΄λ¦ν μνλ‘! λ¬Όλ‘ drop νλͺ©μ΄ μλ Selectboxλ drop λΆλΆμ...
```` 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) +...
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...
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...
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...
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...
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:...
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:...
## Version v4.21.2 ## Development Environment Vue-CLI ## Current Behavior ```js // Write example code ``` ## Expected Behavior
**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...