x-spreadsheet
x-spreadsheet copied to clipboard
Icon and other header elements are not rendering
Trying this on StackBlitz.
show code
https://stackblitz.com/edit/js-zqe7qo
please use vscode, vim ...
The development works for me on local machine.
How to use quick start guide?
import Spreadsheet from 'x-data-spreadsheet';
does not work straight out of the box in browser.
I think this is an issue with the stackblitz itself as I see an error about some presets.
I reproduce this issue when import library by CDN, just replace svg icon url can fix it.
.x-spreadsheet-icon .x-spreadsheet-icon-img {
background-image: url(58eaeb4e52248a5c75936c6f4c33a370.svg); // upload file to your cdn, then replace it.
}