.Geek.lu

Results 6 comments of .Geek.lu

```js function awaitEvent(emitter, event) { let pms = new Promise((res, rej) => { emitter.on(event, (...arg) => { res(...arg); pms = null; }) emitter.on('error', err => { rej(err); pms = null;...

hope to add the fixed column render on the right. Currently, the column can only be fixed on the left

> > Thank you for your reply。Maybe I can improve it。 > > Have you implemented the right fixed function?@geek-lu No, I admit it's too difficult, I used Konvajs to...