x-spreadsheet icon indicating copy to clipboard operation
x-spreadsheet copied to clipboard

Icon and other header elements are not rendering

Open amanvishnani opened this issue 6 years ago • 6 comments

image Trying this on StackBlitz.

amanvishnani avatar Jan 29 '19 13:01 amanvishnani

show code

myliang avatar Jan 29 '19 13:01 myliang

https://stackblitz.com/edit/js-zqe7qo

amanvishnani avatar Jan 29 '19 13:01 amanvishnani

please use vscode, vim ...

myliang avatar Jan 29 '19 14:01 myliang

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.

amanvishnani avatar Jan 29 '19 19:01 amanvishnani

I think this is an issue with the stackblitz itself as I see an error about some presets.

apnerve avatar Jan 30 '19 06:01 apnerve

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.
}

vv13 avatar Dec 06 '22 13:12 vv13