tui.grid
tui.grid copied to clipboard
ππ‘ The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
**Summary** I am using for Excel Export as below. function saveExcel(){ const options = { includeHiddenColumns: true, onlySelected: true, fileName: 'TEST_', }; grid.export('xlsx',options); } By default, Excel will generated like...
**Summary** A clear and concise description of what the question is. Can't there be a string in the row header other than the numbers and check boxes? If you look...
I have confirmed the ability to copy and paste multiple columns in the grid. But after executing this function, I wanted to undo, but it did not work. I want...
hi, I have a question. I'm making a drag and drop table using grid. Using the drag and drop function in gird, I implement the function that allows checked rows...
**Summary** I want to change sorting icon, because itβs too small. Can i change sorting icon size? **Screenshots** If applicable, add screenshots to help explain your question. **Version** 4.21.2 **Additional...
**Summary** tui-grid-btn-sorting use a tag. Is there any option to change it to other tag like button? thanks **Screenshots** If applicable, add screenshots to help explain your question. **Version** i'm...
**Summary** 1. I'd like to know sorting the rownum 2. Using the rowNumRenderer If I click the sorting button, the value of rownum change '[object, object]' 3. Datasource is not...
**Summary** - Not Working selectionUnit 'row' for react.grid - I want to make sure that the row is selected when I click on the data area (cell) of the grid....
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. next js set tui-grid 2. page loading 3. occur...
**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',...