omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
252 stars 113 forks source link

Raw label markup #149

Closed B2F closed 4 years ago

B2F commented 4 years ago

From the doc, the TextColumn class accepts a raw options but this option doesn't seem to work with labels, only rendered content ...

Am I mistaking ? Isn't it possible to add html tags in the table headers (th) ?

curry684 commented 4 years ago

Right now indeed it isn't. W3C specs do allow flow content in th elements but in general I would advise against it when using DataTables as it's doing a lot of magic with the headers on its own.

B2F commented 4 years ago

Ok thanks I think we'll do the trick in Javascript then.

curry684 commented 4 years ago

Okies, I'm not really tempted to add a feature for it in core and we can't change it outright for BC reasons 👍