Tak Lee

Results 4 issues of 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',...

Question

**Describe the bug** An error has been occured when right click on context menu. **Screenshots** ![image](https://user-images.githubusercontent.com/18108086/174692627-96d42832-4dff-4f0c-8358-aaea87e3526c.png) ** Version ** 4.21.1

Bug

The theme is not applied on Row Headers area.. ``` tui.Grid.applyTheme("striped"); ``` **Screenshots** ![image](https://user-images.githubusercontent.com/18108086/174691643-866e5295-d046-493c-9d59-e093486764d2.png) **Version** 4.21.1

Bug

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

Question