ember-headless-table icon indicating copy to clipboard operation
ember-headless-table copied to clipboard

resizeHandle has incorrect type

Open NullVoxPopuli opened this issue 1 year ago • 3 comments

Image

just normal usage in a gts component

NullVoxPopuli avatar Feb 22 '25 16:02 NullVoxPopuli

actually, it looks like all modifiers provided here have this problem. hmm

NullVoxPopuli avatar Feb 22 '25 16:02 NullVoxPopuli

yeah, I think I stumbled upon this here: https://github.com/CrowdStrike/ember-headless-table/pull/248 (with a half-hearted fix). The reason seems to be that Column is often passed as non-generic.

johanrd avatar Feb 26 '25 04:02 johanrd

I've started forking this here: https://github.com/universal-ember/table/pull/8 ( list of changes so far -- will release as v3.0.0 -- it should be possible for CrowdStrike to use the fork without changing any of their internal code if they wish)

and I'm doing some maintenance on my documentation infra here: https://github.com/universal-ember/kolay/pull/154 (as I don't want to use Docfy, because it doesn't support gjs/gts)

the fix for all the modifiers' types will exist over on the fork

NullVoxPopuli avatar Feb 26 '25 05:02 NullVoxPopuli