ce icon indicating copy to clipboard operation
ce copied to clipboard

header sorting is not work in HTML Column.

Open y-kawakami-ccs opened this issue 1 year ago • 0 comments

e.g.

columns: [
 { title: `<div>ONE</div><div>TWO</div>` }
],
stripHTML: false,

When doubleclick on header, e.target is div element. it has not "data-x" attribute.

I think that should be get td element in getElement or new method.

I am concerned about the overlap between custom HTML headers and sort markers, but I think this should be handled by the user. Currently, there is still overlap in very small columns.

I am also concerned that HTML cannot be used in Nested Header.

-- sorry, i'm not good at english.

y-kawakami-ccs avatar Jun 07 '24 09:06 y-kawakami-ccs