react-excel-renderer icon indicating copy to clipboard operation
react-excel-renderer copied to clipboard

The column headings doesn't get situated correctly

Open shakyakarunathilake opened this issue 3 years ago • 2 comments

image as u can see the column headings aren't where they should be

shakyakarunathilake avatar May 13 '22 05:05 shakyakarunathilake

On the OutTable component add the property withZeroColumn={true}

noone-silent avatar May 26 '22 11:05 noone-silent

Go \node_modules\react-excel-renderer\src\index.js copy everything paste it to your work page and fix indexing problem (i+1 or find another way)

this way you can use different tables, datagrid material ui etc.

burakzeytinci avatar May 11 '23 17:05 burakzeytinci