Tak Lee
Tak Lee
**Summary** I would like to use HTML Tag in column Header. Could you please help me ? ``` new tui.Grid({ el: document.getElementById('grid'), ... columns: [ { header: 'ArtistTest', name: 'artist',...
**Describe the bug** An error has been occured when right click on context menu. **Screenshots**  ** Version ** 4.21.1
The theme is not applied on Row Headers area.. ``` tui.Grid.applyTheme("striped"); ``` **Screenshots**  **Version** 4.21.1
is there function for SelectionRange clear ?? I tried belows... unfortunately It wasn't work.. ``` grid.setSelectionRange({start: [null, null], end: [null, null] }); grid.setSelectionRange(null); ``` **Version** v4.21.1