glideapps / glide-data-grid

🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
https://grid.glideapps.com
MIT License
4.03k stars 292 forks source link

Custom 'tags-cell' editor not rendering properly #463

Closed city17 closed 2 years ago

city17 commented 2 years ago

Since the 5.0.0 update, it seems the custom 'tags-cell' no longer renders properly when editing.

The styling of both the pills and inputs are no longer there. They do have classnames (pill and gdg-input), but these apply no CSS properties, so maybe those got lost somehow in the update?

Schermafbeelding 2022-08-09 om 09 16 05
jassmith commented 2 years ago

looking into it

jassmith commented 2 years ago

try importing "@glideapps/glide-data-grid-cells/dist/js/index.css" which I will be hotfixing out a 5.0.1 as soon as I get time to make that available at @glideapps/glide-data-grid-cells/dist/js/index.css

If that works for you I will also make sure to update docs.

jassmith commented 2 years ago

I just double checked, I did it right in the first place. Whew ya scared me! Yeah you just need to import "@glideapps/glide-data-grid-cells/dist/index.css"

city17 commented 2 years ago

Thanks Jason! I imported the CSS for the overall data grid, but somehow missed that this also needed to be done for the cells package. Working perfectly again now.