glide-data-grid icon indicating copy to clipboard operation
glide-data-grid copied to clipboard

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

Open geek-lu opened this issue 2 years ago • 7 comments

image 希望在右侧蓝色区域固定列,目前我下载了您的源代码,正在改动相关的事情

geek-lu avatar Aug 15 '22 07:08 geek-lu

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

geek-lu avatar Aug 15 '22 07:08 geek-lu

This probably wont happen for quite a while.

Obvious api proposal

interface DataEditorProps {
    ...otherCrap,
    freezeColumns: number | [left: number, right: number];
}

jassmith avatar Aug 24 '22 15:08 jassmith

Thank you for your reply。Maybe I can improve it。

geek-lu avatar Aug 26 '22 07:08 geek-lu

Thank you for your reply。Maybe I can improve it。

Have you implemented the right fixed function?@geek-lu

Graceji avatar Sep 01 '23 03:09 Graceji

I have not seen any such PR come through. It would also be relatively difficult to properly implement while retaining performance. More freeze regions means more rendering passes.

jassmith avatar Sep 01 '23 13:09 jassmith

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 create a simple version of the table that can meet business needs, similar to Antv。

geek-lu avatar Oct 11 '23 14:10 geek-lu

There are a few other konvajs versions I've seen out there, great framework for moving fast. A+ if you can meet your business needs there 👍

jassmith avatar Oct 11 '23 14:10 jassmith