Krishna Sarath

Results 13 comments of Krishna Sarath

@nfischer any update on this? I am working on a CLI project related to git and this is basically printing the git command results in a plain text even without...

Hi @lostdesign if it is still in plan, Can I take this up ?

@lostdesign Cant find him on devcord channel (am i checking at a wrong place?). I will start working on it till he replies here and we can cor-ordinate on this...

Can we use this thread ? and do you have thoughts on this theme switcher as @lostdesign mentioned?

Sure. And only `.light` class would do as dark theme is by default. And can be accomplished with few style changes. Just for reference I made a quick edit in...

@Shiroraven Let me know after pushing the component

one simpler work around is to defined ``` .ProseMirror iframe { pointer-events: none } ``` But this should be provided as an option in the config of the plugin

For anyone following this issue still, I had the same requirement, and I implemented this with `exportSelection` selection [API](https://github.com/yabwe/medium-editor#selection-methods) ```.hbs // template.hbs ``` ```.js // component.js beforeInitialization() { //... this.set('selectionRange',mediumEditor.exportSelection());...

> > > 我感觉这个不太适合做到组件内,对于固定列/固定表头/表头分组之类的实现可能都会有冲突.后续维护目测会比较麻烦.真的有需求可以用Sortable.js自己包裹下,根据自己的业务去实现就好了.真实业务中我更推荐提供一个表格列配置选项,这些配置用户配置过一次之后多半是不会再动了. > > > > > > 我用sortableJS对DOM做过,但是有点问题,请问您能公开一下相关代码吗? > > 当我拖拽排序之后,tableData是不变的,如果我在onEnd函数通过splice去修改tableData就会导致dom重新渲染导致重排序,结果就会不正确 > > 我没有问题哎 ![image](https://user-images.githubusercontent.com/64340432/187816749-8f7e8b8f-9ee1-469a-944d-fded88816d5c.png) ![image](https://user-images.githubusercontent.com/64340432/187817031-70f7db7e-ad9a-44fc-8cb8-d380c73dbd33.png) How do you call `setSort` ?. sorter is on column level...