CondorHero

Results 43 comments of CondorHero

> 上面的IE错误信息,看起来代码都没转成es5。自行百度吧,或者直接参考一些脚手架的配置 @NexxLuo 我是用最新的 `create-react-app` 搭建的脚手架,同时使用 `react-app-polyfill` 兼容了 IE11,我固定了左边两列,做无限滚动时,固定列和不固定列撕裂,请问怎么解决这个问题。 下图是演示效果: ![](https://upload-images.jianshu.io/upload_images/16069544-8ce23624c9164a41.gif?imageMogr2/auto-orient/strip)

@NexxLuo 因为你的官网在 IE11 打不开,我只能在本地起一个项目并配置兼容 IE11 。然后用你官网的代码复制下来,加上固定列,在本地运行列撕裂,但是不加固定列效果很好。

@NexxLuo `tablex` 在 `codesandbox `能安装上,但是 import 的时候就会报错,其他包都没问题,没办法只能给你看文件了。 我的主要代码是: ``` import React from 'react'; import Table from 'tablex'; class Demo extends React.Component { generateData(columns, count = 20, prefix = 'Row') {...

It took me two and a half hours to debug. ![image](https://github.com/jean-humann/docs-to-pdf/assets/47056890/cd620ca0-1db3-474b-8a66-c3b0ea51664f) Just as I was about to leave work, I realized it was an error caused by incorrect usage of...

> The PDF file format is all about producing the desired visual result for printing. It was not created for parsing the content. PDF files don’t contain a semantic layer....

Yes, you're right. --- https://github.com/condorheroblog/html-export-pdf-cli/blob/2d219605eb584f1b8b975eef2ff13c4b06d81b50/package.json#L78 The version currently used is 22.15.0, and the documentation should point to this version. https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.15.0/docs/api/puppeteer.puppeteerlaunchoptions.md PR welcome.

If you want to release a new version, just run the `npm run release` command.

Thank you for your reply, yes I am still interested, I used this project on company's official website. I used Biome to replace ESLint and Prettier for code formatting. If...

After you upgrade ESLint, you can modify my code directly or notify me and I will modify the code. Thank you. If you don't want to configure ESLint one by...