nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.41k stars 388 forks source link

Tree column custom icons #2053

Closed vlcAitac closed 1 month ago

vlcAitac commented 1 month ago

Hello, I would like to use custom icons for each item in the tree column depending on some arbitrary properties. Currently this is my attempt at doing it: image

My CSS: image

Obviously the way I did it here modifies the entire cell style, not just the icon of the cell so I end up with something like this: Before: image After: image

I would appreciate any help. Thank you.

vlcAitac commented 1 month ago

Ok, in the meantime I figured it out by reading the grid.css on GitHub. So the way I managed to implement custom icons is by modifying my CSS like so:

image